animatic
animatic copied to clipboard
CSS animations engine
run /example/delay.html and /example/delay_css.html,show error "Cannot assign to read only property '0' of string '0.5'".
I noticed that in the input example (http://lvivski.com/anima/example/keyboard_mixed.html) you have code to make sure that only one axis is affected at a time: > a.translate = translate.map(function(t, i) { return...
This would allow the animator to do things such as take measurements at the point in time when an animation actually takes place. Example: ``` element1.animate({ translate: function() { return...
Hello, First of all, thank you for this amazing tool! I have been using it, and It is really great. I was wondering if it is possible to animate multiples...
Convert to ES modules