Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我有 6 张图片。
我想在我的 Web 应用程序中一张一张地滚动这 6 张图片。
我正在尝试使用marquee标签在 HTML 中,但它正在移动,但我想要一张一张的图像。
marquee
只需从 gitHub 下载该插件并使用它。这是非常直接的。您必须将容器 div 添加到迂回方法:这是代码。$(function() { $('containerDiv').roundabout({ easing: 'easeOutInCirc', duration: 1000 }); });