Looking for jQuery plugin (or code) to automatically scroll Carousel items on mousover [closed]

◇◆丶佛笑我妖孽 提交于 2019-12-01 12:41:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!