当我的轮播动画达到 10,000+像素,它会闪烁。这是一个 jQuery 问题吗?

发布于 2024-11-28 17:30:11 字数 461 浏览 0 评论 0原文

当我的轮播动画超过 10000 像素时,它会在一堆元素中闪烁。

http://blossomsbnb.com/2011/test.php

我正在使用 jCarousel Lite:< a href="http://www.gmarwaha.com/jquery/jcarousellite/" rel="nofollow">http://www.gmarwaha.com/jquery/jcarousellite/

这是一个已知的 jQuery 问题吗?我的第一个猜测是它是 jCarousel Lite 的东西,但他们的代码中没有任何内容表明它可能会在 10,000 像素时崩溃。它在所有浏览器上都执行此操作。

这是我第一次在 SO 上发帖,所以如果我做错了什么,我深表歉意,但任何帮助都会很棒。

When my carousel animates past 10000 pixels, it flickers through a bunch of elements.

http://blossomsbnb.com/2011/test.php

I'm using jCarousel Lite: http://www.gmarwaha.com/jquery/jcarousellite/

Is this a known jQuery issue? My first guess is that it's a jCarousel Lite thing, but nothing in their code suggests it might break at 10,000 pixels. It does it on all browsers.

This is my first time posting on SO so I apologize if I do something wrong, but any help would be awesome.

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

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

发布评论

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

评论(1

相权↑美人 2024-12-05 17:30:11

看起来您遇到了jQuery 中的错误。升级到1.6.2就可以正常使用了。正如我在之前的评论中所说,它似乎在动画之前重置为 left: 0

Looks like you hit a bug in jQuery. Upgrade to 1.6.2 and it works fine. As I said in the comment previously, it seems to reset to left: 0 before animating.

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