animatic icon indicating copy to clipboard operation
animatic copied to clipboard

CSS animations engine

Results 6 animatic issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

enhancement

What about sprite animation? You planning this feature?

enhancement

Convert to ES modules