如何使用jquery对单词进行一一动画

发布于 2024-10-31 21:09:37 字数 1436 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猫卆 2024-11-07 21:09:37

你还没说你想要什么样的效果,你也不清楚。但这里有一个 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

随心而道 2024-11-07 21:09:37

为什么不 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文