daniel-lundin / snabbt.js

Fast animations with javascript and CSS transforms
http://daniel-lundin.github.io/snabbt.js/
MIT License
5.21k stars 331 forks source link

Unexpected behaviour with easing in animation.finish() #55

Closed jonathanasquier closed 9 years ago

jonathanasquier commented 9 years ago

I started from the drag to flip implementation of the demo. It seems that when using another easing method than linear, the animation does not continue and end smoothly when using animation.finish(), but jumps a bit forward/backward before finishing (obvious when using long durations).

daniel-lundin commented 9 years ago

Good catch. Fixed in the latest release 0.5.3. Let me know if this doesn't fix it.

jonathanasquier commented 9 years ago

Works perfectly!

jonathanasquier commented 8 years ago

Hi, It seems I'm getting the same issue with rollback : I'm getting a jump forward before rolling back. Thanks