我想在不使用
我只想在 javascript 中为图像提供动态效果...但不使用选框
i just want to give dynamic effect to Image in javascript...but without using of marquee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我只想在 javascript 中为图像提供动态效果...但不使用选框
i just want to give dynamic effect to Image in javascript...but without using of marquee
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
每个人都讨厌
话虽这么说,请尝试:
http://www.vegabit.com/jquery_scroller/ (演示)
http://plugins.jquery.com/project/jqScroller
http://jscroller.markusbordihn.de/example/left/ (演示)
http://jscroller.markusbordihn.de/example/
http://remysharp.com/demo/marquee.html (演示)
http://remysharp.com/2008/09/10/the- Silky-smooth-marquee/
这个不需要 jQuery:
http://jscroller2。 markusbordihn.de/example/left/ (演示)
http://jscroller2.markusbordihn.de/example/
There is a reason why everybody hates the
<marquee>
tag.That being said, try:
http://www.vegabit.com/jquery_scroller/ (demo)
http://plugins.jquery.com/project/jqScroller
http://jscroller.markusbordihn.de/example/left/ (demo)
http://jscroller.markusbordihn.de/example/
http://remysharp.com/demo/marquee.html (demo)
http://remysharp.com/2008/09/10/the-silky-smooth-marquee/
This one doesn't require jQuery:
http://jscroller2.markusbordihn.de/example/left/ (demo)
http://jscroller2.markusbordihn.de/example/
在
标签中添加以下脚本
然后在
标签中添加以下代码
之后,您必须添加一个
ID
在标签中,
它将对图像应用选取框效果,并且它们将连续移动。
Add this below script in
<head>
tagAnd then add following code in
<script>
tagAfter this you have to add an
ID
in the<div>
tagIt will apply a marquee effect to images and they will move continuously.