我的 jCarousel 随机仅滚动列表项之一的一半

发布于 2024-09-06 06:27:41 字数 481 浏览 7 评论 0原文

我的 jCarousel(左侧)随机滚动到下一个,但仅< em>一半,让所有其他人不同步。

有谁知道如何解决这个问题?它只是开始随机发生(尽管我确实动态地获取了我的列表项)。

我尝试过边距、填充、高度等。

更新

每当我向轮播中添加新项目时,似乎都会发生这种情况。基本上我的回调就是这样做的,

  • 一旦元素向上滚动,它就会被删除
  • 当当前集合接近结束时,AJAX在一个新的5中并附加到底部,然后自动单击“下一步”

另一个更新

呃,它仍然在这样做,甚至如果大约需要 3 分钟才能出现。但由于该页面希望加载一次,然后保持不受干扰,这肯定会成为一个问题!

My jCarousel (on the left) randomly scrolls to the next one, but only halfway, leaving all the others out of sync.

Does anyone know how to fix this? It just started happening randomly (though I do get my list items dynamically).

I've tried margins, paddings, heights, etc.

Update

It seems to happen whenever I add new items to the carousel. Basically my callbacks do this

  • As soon as element scrolls up top, it is removed
  • When near end of current set, AJAX in a new 5 and append to bottom, then auto click 'next'

Another Update

Ugh, it still is doing it, even if it takes about 3 minutes to appear. But since this page will hopefully load once, and then remain undisturbed, that will definitely be a problem!

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

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

发布评论

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

评论(1

记忆之渊 2024-09-13 06:27:41

检查#main-container,将 margin-left 设置为 -600px 左右似乎可以解决问题

check #main-container, setting margin-left around -600px seems to fix the problem

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