停止 Nivo 滑块自动播放并在特定操作上开始幻灯片?

发布于 2024-12-08 00:54:25 字数 88 浏览 0 评论 0原文

如何使 Nivo 滑块仅在单击特定链接或转到特定点幻灯片并停在那里时启动。 (点我的意思是幻灯片的数量(nivo-controlNav))

谢谢!

How can I make Nivo slider start only when I click on a specific link or go to the specific dot slide and stop there. (by dot I meant number of slide (nivo-controlNav))

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼泪淡了忧伤 2024-12-15 00:54:26

如果我没理解错的话,我是这么想的。

设置 Nivo 时,将 manualAdvance 属性设置为 true。这会将 Nivo 设置为仅在单击导航时进行转换。

请参阅此处的文档

所以它会是这样的:

$('#slider').nivoSlider({
    // Your settings here
    manualAdvance:true
});

If I'm reading you correctly, here's how I figure it.

When you set up Nivo set the manualAdvance property to true. That will set Nivo to only transition when the nav is clicked.

See the documentation here

So it would be something like:

$('#slider').nivoSlider({
    // Your settings here
    manualAdvance:true
});
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文