fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 203 forks source link

Interrupting autoplay animation immediately #63

Open bbodien opened 12 years ago

bbodien commented 12 years ago

I've got a roundabout that autoplays with a slow (2500ms) linear rotation. I'd like the first click of the next/previous buttons to stop the autoplaying immediately, but when i call "stopAutoplay", the current stage of the autoplay animation completes first which makes the roundabout feel unresponsive.

Is there a way to immediately interrupt the current animateToBearing call/queue?