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

Fix Tweenable.prototype.to( target ). #16

Closed millermedeiros closed 12 years ago

millermedeiros commented 12 years ago

It was considering first argument to always be the object containing all the parameters (shorthand notation) but it isn't always true.

millermedeiros commented 12 years ago

didn't added tests since I couldn't find any tests for the method to().

jeremyckahn commented 12 years ago

Yep, I'm going to completely redo all of the unit tests (and add new ones) as soon as I can - I realize the project needs it. Thanks for the patch!