停止 jquery 循环插件
我正在使用cycle jquery 插件。我有一些淡入淡出的图像,希望它在循环结束时停止在最后一张图像上。有谁知道一个好方法来做到这一点?谢谢!
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade',
timeout: 1000,
speed: 500
});
});
I am using the cycle jquery plugin. I have a few images that fade in and out and would like it to stop on the last image at the end of the cycle. Does anyone know a good way to do this? Thanks!
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade',
timeout: 1000,
speed: 500
});
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://jquery.malsup.com/cycle/nowrap2.html
我认为这会回答你的问题。
在 Cycle 插件的 API 网站上有很多像这样的好例子。
他们说:nowrap:1
http://jquery.malsup.com/cycle/nowrap2.html
I think this will answer your question.
There are a lot of nice examples like this one on the API site of the cycle plugin.
They say:
nowrap: 1