开发者

Coda slider crapping out after 12th slide item

I'm using the coda slider on my website http://joelglovier.com for featured work. All was well until I got past 12 slide items, at which point the transition effect sort of wigs out.

Instead of transitioning smoothly to the next slide, as it does for each of the first 12 slides, each slide after the 12th transitions by going all the way back to the first slide and then sliding all the way to the slides past 12.

Any clue why this is happening, or how I can resolve it apart from using only 12 slides? I've seen it work on other sites with more than 12 items, so it must be an issue with my implementation.

EDIT: I'm seeing the behavior 开发者_如何学运维on Chrome (newest build) EDIT2: to clarify, I see the behavior not just on Chrome, but also on Safari and Firefox.


Upgrade jQuery from your current use of 1.4 (latest) to 1.5.2:

Change line 33 (in the rendered HTML):

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> 

To this

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜