Looking for a jQuery plugin that scrolls HTML content continuously on mouseover and in a loop
Posted
by Steph
on Stack Overflow
See other posts from Stack Overflow
or by Steph
Published on 2010-04-23T16:27:09Z
Indexed on
2010/04/23
16:43 UTC
Read the original article
Hit count: 260
I've looked at a lot of various jQuery plugins that I thought I could tweak to get working the way I want but so far have been unsuccessful. I'm not sure if there is a plugin out there that meets these requirements or if I should just write my own (although I'm a bit of a novice!).
The requirements:
- Scroll HTML containers left/right infintely in a loop/carousel
- Scrolling action is triggered by mouseover on arrows
- Scrolling action must be continuous during mouseover (i.e. doesn't pause after each container)
- Number of containers is flexible
© Stack Overflow or respective owner