需要淡入和淡出文本
我有两个 p
标签。
我只需要显示第一个 p
。
5 或 10 秒后,第一个 p
将淡出,第二个 p
将淡入。
另外,我希望两个文本随机淡入和淡出。
I have two p
tags.
I need to show first p
only.
After 5 or 10 seconds, the first p
will fade out and second p
will be fade in.
Also, I would like both texts to randomly fade in and out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 .delay() 函数
JQuery 参考也可以帮助您
http://api.jquery.com
Use .delay() function
JQuery reference can help you too
http://api.jquery.com
你可以使用这个:
You can use this: