I have a basic carousel at http://jsfiddle.net/v53Fm/
When you press the Start button, it will go to the next item, however I want it to continue to scroll forward.
As you can see, I have a callback function in the finish() animation, which then calls scrollNext() again to achieve this.
However, the string carousel.is(':animated') stops it from repeating.
This should not be true as it calls scrollNext() from the end of the animation callback function, so any ideas on why this is being done?
source share