When my carousel animates to 10,000+ pixels, it flickers. Is it a jQuery issue?
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/jquer开发者_开发百科y/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.
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.
精彩评论