specious / cloud9carousel

:cyclone: 3D-perspective carousel for jQuery / Zepto
http://j.mp/cloud9demo
233 stars 88 forks source link

onAnimationFinished one firing once #29

Closed krankymonkee closed 6 years ago

krankymonkee commented 6 years ago

thanks for your work on this - super cool! Is onAnimationFinished supposed to fire with each rotation, or only after the first? I am only seeing it fire on the initial load of the carousel. I am hoping to fire off a function on each finish of rotation.

krankymonkee commented 6 years ago

I see what I did here - I had it running as onAnimationFinished: myfunction()

instead of : onAnimationFinished: function( carousel ) { myfunction(); }

Thanks again for a great tool!

specious commented 6 years ago

Should fire every time the carousel stops spinning.