You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In M36+ Chrome, you should see smooth animation rotating from "TWO" to "ONE", then back to "TWO", then to "THREE".
Uncomment the script code to include the polyfill and see the difference. My experience is that the polyfill turns the rotations into erratic movement of the rotating panels.
Pls halp.
The text was updated successfully, but these errors were encountered:
(1) getComputedStyle(...) is returning a matrix, which doesn't seem to be animating nicely with the translate values provided. We should fix this case.
(2) the flicker that you see when using the polyfill is due to the asynchrony in onfinish being .. more asynchronous .. in the polyfill than in the native implementation. It's better to avoid trying to re-implement forwards fill, and instead set the underlying fill up front (or just use forwards fill directly).
http://jsbin.com/cexili/1/edit
In M36+ Chrome, you should see smooth animation rotating from "TWO" to "ONE", then back to "TWO", then to "THREE".
Uncomment the script code to include the polyfill and see the difference. My experience is that the polyfill turns the rotations into erratic movement of the rotating panels.
Pls halp.
The text was updated successfully, but these errors were encountered: