fredleblanc / roundabout

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

Stopping immediately #135

Closed stefanmeschke closed 2 years ago

stefanmeschke commented 10 years ago

Hi,

is it possible to stop the roundabout animation immediately? Now it animates to the nearest child and stops then.

I hope anyone could help me? Thanks!

tonimoeckel commented 10 years ago

We just found a dirty hack - setting the data property "stopAnimation". Do this to stop the autoplay animation immediately:

$('ul.carousel-navigation').data("roundabout").stopAnimation = true; $('ul.carousel-navigation').roundabout('stopAutoplay', false);

But I think a public method would provide a better api. We are happy to fork it ;)

stefanmeschke commented 10 years ago

+1