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

Execute step callback for last step. #24

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

It will execute step even if currentTime >= endTime it will simply not trigger the loop if tween didEnded.

see #18

jeremyckahn commented 12 years ago

Looks good to me. Thanks!