Seamless jQuery Marquee?
Posted
by Pez Cuckow
on Stack Overflow
See other posts from Stack Overflow
or by Pez Cuckow
Published on 2010-01-26T22:12:56Z
Indexed on
2010/04/15
8:53 UTC
Read the original article
Hit count: 845
Is it possible to create a 100% seamless marquee in jQuery (or just javascript but jQuery prefered)? I've made a simple marquee that moves left until it is off the screen then simply jumps (when out of view) to the right and starts again. However I would love it to not have the wait.
The only way I could think of doing this would be to duplicate the text and put it after the first text, then swap them round again. However I have no idea how to implement this in jQuery.
Any ideas?
© Stack Overflow or respective owner