Light carousel
Light-weight Amazon-like carousel based on jQuery!
Demo:
https://c1one-38.github.io/light-carousel/
Usage example:
Easy as:
var lc = ;lc;
Example html markup:
... <!-- Add lib style to your page --> ... ... <!-- Here goes your items --> <!-- Controll buttons --> < > <!-- Scrollbar --> ...
Options:
Feel free to pass your own selectors for carousel elements or animation speed as second argument. Below you see default values:
defaultOptions = animationSpeed: 500 selectors: collectionWrapper: 'ul' leftBtn: '.lc-arrow-left' rightBtn: '.lc-arrow-right' scrollbarTrack: '.lc-scrollbar-track' defaultOptions;
Destroy:
lc;