有谁知道幻灯片放映的jquery插件可以为每张幻灯片设置不同的延迟时间吗?
我想为不同的幻灯片设置不同的延迟时间,这些幻灯片将动态生成。 你知道一些 jquery 插件或任何其他代码吗?
i want to set different delay time for different slides those will be generated dynamically .
do you know some jquery plugin or any other code for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用循环插件有多个幻灯片,那么您可以像这样初始化该函数:
If you have multiple slideshows using cycle plugin, then you can initialize the function like this:
我找到了 jquery.cycle
并像这样自定义它,
我为图像的时间设置了名称,如下所示:
3000.gif
15000.gif
,然后在插件之前的事件上设置 options.timeout 。
I found jquery.cycle
and customize it like this
i made the name of the images for the time i want to set for them like:
3000.gif
15000.gif
and then set options.timeout on event before of plugin.