jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

Interpolate + delay failing test #71

Closed ghost closed 9 years ago

ghost commented 9 years ago

Delays are tricky. We must remember that the actual position is tweenable position + startup delay, but the tweening only starts after the initial startup position.

jeremyckahn commented 9 years ago

This looks great. Thanks for the help!