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

[Question] Transform multiple transforms simultaneously? #52

Closed thednp closed 9 years ago

thednp commented 9 years ago

Does your shifty.js run simultaneous separate tweens? ..say.. one tween with translate and another with rotate for instance? I know this may be impossible but I don't know all your code really well :)

jeremyckahn commented 9 years ago

Yep! You should be able to have as many Tweenable instances running simultaneously as you need. If something doesn't work... Please file a bug!

thednp commented 9 years ago

Thanks you J, will try asap and let you know :+1: