Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent dynamics.stop() #16

Closed
stavro opened this issue Nov 15, 2015 · 3 comments
Closed

Inconsistent dynamics.stop() #16

stavro opened this issue Nov 15, 2015 · 3 comments

Comments

@stavro
Copy link

stavro commented Nov 15, 2015

Calling dynamics.stop() doesn't work for certain animation types.

Demonstration:

dynamics

http://codepen.io/anon/pen/GpzoYV

@stavro
Copy link
Author

stavro commented Nov 15, 2015

I believe this has to do with having a delay added. I would expect stop to stop upcoming animations even if there was a delay set in the animation parameters.

@michaelvillar
Copy link
Owner

Hey, you're right. This is a bug when multiple delayed animations are pending.

Just fixed it here: b2c0397

@stavro
Copy link
Author

stavro commented Dec 9, 2015

Thanks @michaelvillar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants