Looking For Jquery Plugin (or Code) To Automatically Scroll Carousel Items On Mousover
Does anyone know of a plugin for Jquery that can replicate this functionality? Dynamic Drive Cmotion Gallery The idea is you have a list of images and only X number of them are vis
Solution 1:
I spent a lot of time banging my head against the wall searching for a plugin with this exact same functionality. In the end I gave up and built one myself. Hope this helps:
http://www.convergent-evolution.co.uk/resources/jquery-plugins/scrolling-carousel/
Solution 2:
To addup jquery plugin, I prefer roundabout plugin for smart carousel and animation, Check this demo and code here.
Solution 3:
Jquery Cycle plugin works well for these kinds of things http://jquery.malsup.com/cycle/
This may be a stretch, but basically you want to use the scrollVert
effect and you could have the prev/next indicators be overlays on the image (invisible).
It may not be a carousel custom plugin, but I believe its pretty widely used and largely configurable.
Post a Comment for "Looking For Jquery Plugin (or Code) To Automatically Scroll Carousel Items On Mousover"