NEW 159695
animation of transform does not work with with spring() timing function
https://bugs.webkit.org/show_bug.cgi?id=159695
Summary animation of transform does not work with with spring() timing function
Joseph Pecoraro
Reported 2016-07-12 16:28:33 PDT
Summary: animation of transform does not work with with spring() timing function. When there is a spring it appears to be linear. However, animating a transform does work with other timing functions (e.g. ease-in, ease-out). Compare: <http://codepen.io/joepeck/pen/JKOpPj/> - animate left with spring() => spring! <http://codepen.io/joepeck/pen/AXbVBz/> - animate transform with spring() => linear
Attachments
Dean Jackson
Comment 1 2016-07-12 16:31:11 PDT
I thought we explicitly turned off spring in animations, while we work out what it means. The fact it works for left is a bug :)
Note You need to log in before you can comment on or make changes to this bug.