开发者

How to animate the word one by one using jquery [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

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 question

I 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜