jQuery-Waterwheel-Carousel
jQuery-Waterwheel-Carousel copied to clipboard
Is there a way to get the slider to be responsive?
image swipe is added using jquery touch swipe. dependency - jquery touchswipe plugin https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
Any body please i want to add touch events features for ipad support.
can we have the autoplay feature turn off and on by a simple function call? like carousel.autoplay(true); // to turn autoplay on carousel.autoplay(false) // to turn autoplay off
I would like to use this in a webstore. There, the center image would have transparent text on top of it with a price, and a description. I'd also like...
Auto play and pause play functions added options carousel.autoPlay("2000"); carousel.pausePlay();
Added a callback to perform user-actions as soon as the carousel is initialized
It would be nice to be able to override the animation function. I've been asked to change the animation of the movement between first and last position and one cannot...