停止 jquery 循环插件

发布于 2024-10-14 23:01:43 字数 254 浏览 4 评论 0原文

我正在使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

◇流星雨 2024-10-21 23:01:43

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文