Web Animations API is well supported in all modern browsers now. Manipulating transforms and transitions directly with Javascript is a pain and more complex functionality will lead to more hacks which we want to avoid. This is a rewrite of the logic that uses WAAPI animate function.
Along with slight (but breaking) API improvements this will be released as 4.0.
[x] Create useFlip hook that uses animate() and matches current functionality #11
[ ] Apply reverse scaling to children of scaled elements #16
Web Animations API is well supported in all modern browsers now. Manipulating transforms and transitions directly with Javascript is a pain and more complex functionality will lead to more hacks which we want to avoid. This is a rewrite of the logic that uses WAAPI animate function.
Along with slight (but breaking) API improvements this will be released as
4.0
.