anime icon indicating copy to clipboard operation
anime copied to clipboard

Additive animation

Open alexey13 opened this issue 4 years ago • 1 comments

Good day! Animejs is awesome and i love it. I think we need to discuss this one feature.

About additive animation: http://iosoteric.com/additive-animations-animatewithduration-in-ios-8/ https://www.youtube.com/embed/1tavDv5hXpo?controls=1&start=370

Tweenjs related thread and example https://github.com/tweenjs/tween.js/issues/329 https://bl.ocks.org/martikaljuve/863cb5edf774d3a154b8b423bc4381f6

Example of vanilla solution but I not tested it https://github.com/alexkuz/additive-animation

alexey13 avatar Apr 14 '20 08:04 alexey13

I've wrote an engine some years ago doing this. https://github.com/react-voodoo/tween-axis

This lib allow working with additive tween of numeric values, It need some cleaning / js updates & can have minimal imprecision depending the use case, But it deal with delta based additive / merged animations Fell free to make contribs / use / link it

Not sure there any other lib doing this task specifically

n8tz avatar Aug 17 '20 09:08 n8tz