How to animate the word one by one using jquery [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this questionI need to animate the开发者_JS百科 word "Update". I would like the word's letters to fade in one by one gradually from left to right. I would like an example or another site that uses this functionality.
You haven't said what kind of effect you want and you are mildly unclear. But here's a jquery plugin that makes a block of text appear to be typed into the page.
It's called ghostType.com
why not http://api.jquery.com/fadeIn/ to fade in every single letter?
then use http://api.jquery.com/animate/ to let them fly around.
then finaly use http://api.jquery.com/fadeOut/ to fade out every single letter.
and then set a delay for the document so that the animationqueue starts over each 10 or more seconds.
精彩评论