lvivski/animatic

simultaneous keyboard events?

albell opened this issue · 1 comments

I'm looking at:

http://lvivski.github.com/anima/example/keyboard.html

Up arrow rotates vertically. Right arrow rotates horizontally. I want the user to be able to hold down both up and right arrow keys, and rotate both axes simultaneously, on the diagonal.

It's not ease to create animations from simultaneous keyboard events. If you stop the animation and add the new one with more transforms it will be slow. So I came up with the solution to alter current animation. See it the commit