Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
你还没说你想要什么样的效果,你也不清楚。但这里有一个 jquery 插件,它使文本块看起来像是在页面中键入的。
它称为 ghostType.com
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
为什么不 http://api.jquery.com/fadeIn/ 淡入每个字母?
然后使用 http://api.jquery.com/animate/ 让它们飞来飞去。
然后最后使用 http://api.jquery.com/fadeOut/ 淡出每个字母。
然后为文档设置一个延迟,以便动画队列每 10 秒或更长时间启动一次。
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 评论 0
接受
发布评论
评论(2)
你还没说你想要什么样的效果,你也不清楚。但这里有一个 jquery 插件,它使文本块看起来像是在页面中键入的。
它称为 ghostType.com
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
为什么不 http://api.jquery.com/fadeIn/ 淡入每个字母?
然后使用 http://api.jquery.com/animate/ 让它们飞来飞去。
然后最后使用 http://api.jquery.com/fadeOut/ 淡出每个字母。
然后为文档设置一个延迟,以便动画队列每 10 秒或更长时间启动一次。
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.