Hi all!
Using jQuery 1.4.2 and jQuery Tools package I am trying to create a nice autoscrolling sponsor image scrollable (carousel). The problem is not to get the carousel move forward every now and then, but to circulate (start over). It is no big deal when I want to move a bunch of pictures together, it becomes difficult when it progresses per image, and the width of the view is larger than one image
I have the following demo website:
http://kwestievan.nl/unityexpress/
where I have this partnership carousel at the bottom. It should either: * scroll to the beginning after reaching the last visible sponsor image * circulate from the beginning after reaching the last visible sponsor image
I would prefer the last outcome...
Of course I can set circular to true as config et voila. BUT, unfortunately he only clones the images again when the last image is being animated, not when it appears on screen. This results in very odd behavior; when the last image is animated, suddenly all the images appear out of nowhere. It should actually happen when the last image comes into view...
Can someone point me in the right direction what I should do? I want to keep the total amount of images visible to 6, and let them scroll by one by one.