如何在轮播/滑块上实现循环滚动

发布于 2024-10-12 05:13:39 字数 286 浏览 4 评论 0原文

我正在使用在网上找到的滑块。它工作得很好,除了我需要它进行圆形滚动。当您到达最后一张图像时,它会很快向左滑回第一张图像。我希望它能够以循环方式持续运行,就像一个永无止境的图像列表,但显然是重复的图像。

只是想看看是否有人可以帮忙解决这个问题,或者至少提供一些指导。

这是它的 jsfiddle 链接: http://jsfiddle.net/alibaba/KFjq4/

谢谢...

I am using a slider i found on the web. It works great except that i need it to do circular scrolling. At the moment when u get to the last image, it slides very quickly to the left back to the first one. I want it to be able to keep going in a circular fashion continuously like a never ending list of images but obviously repeated images.

Just want to see if someone can help out with this or at least provide some guidance.

here is the jsfiddle link for it: http://jsfiddle.net/alibaba/KFjq4/

thank you...

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

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

发布评论

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

评论(2

夜空下最亮的亮点 2024-10-19 05:13:39

大多数轮播库都将此类功能作为配置选项,您使用的是哪一个?

Most carousel libraries come with this sort of functionality as a configuration option, which one are you using?

一江春梦 2024-10-19 05:13:39

你可以用 jQuery 来做。您可以向 jQuery 添加一个名为 jCarousel 的组件,它将执行您所要求的操作。这是使用 jCarousel 的圆形轮播示例更复杂的轮播示例

You can do it in jQuery. You can add a component to jQuery called jCarousel that will do what you asked. Here's an example of a circular carousel using jCarousel. More complex examples of carousels.

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