当我的轮播动画达到 10,000+像素,它会闪烁。这是一个 jQuery 问题吗?
当我的轮播动画超过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您遇到了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.