Question

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.

Was it helpful?

Solution

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top