Flickity
Touch, responsive, flickable galleries
I'm making a carousel/slider/gallery library!
Usage
Flickity works with a container element and a set of child cell elements
<div class="gallery">
<div class="cell">...</div>
<div class="cell">...</div>
<div class="cell">...</div>
...
</div>
var flky = new Flickity( '.gallery', {
cellSelector: undefined,
cursorPosition: 0.5,
friction: 0.2,
pixelPositioning: false,
resizeBound: true,
targetPosition: 0.5,
wrapAround: false
});
License
Flickity is currently in development, v0. It is licensed GPL v3. With v1, Flickity will be dual-licensed: GPL, and a commercial license that exempts GPL.