Home

Awesome

jquery.cslider

A simple parallax content slider with different animations for each slider element and a background parallax effect.

http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/

Usage examples

$('#da-slider').cslider({
  current : 0, // index of current slide
  bgincrement: 50, // background position (parallax effect) when sliding
  autoplay: false, // slideshow on / off
  interval: 4000 // time between transitions
});

Changes

This "delegator version" of jquery.cslider is largely backwards-compatible with the original, except for the following notable differences:

In the spirit of shaming old browsers:

Moving JavaScript into the future:

License

For the full text of the Codrops license, please see LICENSE.

Disclaimer

We have placed our modifications of this original resource on GitHub in good faith, with the intention of promoting code reusability and the use of the npm package manager. :smile: