Skip to content Skip to sidebar Skip to footer

JQuery - Continuously Scroll Div On Hover

I wish to build a shelf of content much like on Netflix where when you hover over arrows on either end the shelf scrolls at a continuous speed. Ideally, I would also like to make i

Solution 1:

UPDATE: Check out the Smooth Div Scroll jQuery plugin. It slides continuously through the image, you can hover the mouse on the div and manually scroll back- and forward.

Original answer: I might be off with that, but check out these two plugins:

jQuery Coverflow plugin or the jQuery Imageflow plugin

I think the keyword you are looking for is "flow" and there are multiple flow plugins for jQuery. Hope this helps.

Best regards, Michael


Post a Comment for "JQuery - Continuously Scroll Div On Hover"