问题
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 visible at a time, and instead of clicking next/previous to scroll thru the images they scroll relative to the offset from center position of your mouse.
I've looked at JCarousel and it has everything but the mouse over feature.
回答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/
回答2:
To addup jquery plugin, I prefer roundabout plugin for smart carousel and animation, Check this demo and code here.
http://pujanmaharjan.com.np/jquery-carousel/
回答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.
来源:https://stackoverflow.com/questions/464187/looking-for-jquery-plugin-or-code-to-automatically-scroll-carousel-items-on-mo