jQuery inline text scrolling/rotating/carousel effect
Posted
by Adam Pope
on Stack Overflow
See other posts from Stack Overflow
or by Adam Pope
Published on 2010-04-20T11:21:51Z
Indexed on
2010/04/20
11:23 UTC
Read the original article
Hit count: 188
I trying to create an animation with JQuery that scrolls 1 word in a sentence. For example,
I am a nice sententce of text with a MAGIC word in it
OTHER
HIDDEN
WORDS
After a second or so, MAGIC would move upwards and OTHER would scroll into view. I've tried playing with a few carousel plugins but I can't seem to get the effect working.
Some seem to have so many nested divs that they refuse to display inline, others have issues when one word is longer than another.
Does anybody know of a plugin that could make this possible? Is this even possible?
© Stack Overflow or respective owner