如何:javascript 淡入淡出文本
首先:我浏览了 stackoverflow 上的其他帖子,但没有一个包含我正在寻找的信息。
第二:我是编程新手;)
我想在我的网站上有一个淡入和淡出文本的 div。我在一些网站上看到过这个,我很确定它是使用 jQuery 库的 javaScript。
有谁知道一个好的教程,或者可以告诉我如何实现这一点?
First of all: I looked through other posts on stackoverflow and none of them had the information I was looking for.
Second: I'm new to programming ;)
I want to have a div on my website that fades in and fades out text. I've seen this on a few web sites and am pretty sure it is javaScript using the jQuery library.
Does anyone know of a good tutorial, or can tell me how to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
给你:)
http://api.jquery.com/category/effects/
点击关于您想要的效果,您可以单击周围的演示并从中复制代码。
另一个不错的工具是 Scriptaculous。那里也有很多演示。
Here you go :)
http://api.jquery.com/category/effects/
Click on the effects you want, there are demos you can click around and copy the code from.
Another good one is Scriptaculous. There are bunch of demos there too.
我刚刚回答了另一个问题:
使用CSS 在页面加载时实现淡入效果
这能回答您的问题吗?
i just gave an answer on another question:
Using CSS for fade-in effect on page load
does this answer your question?