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
For Firefox if you're using 48 or later you might hit bug 1253476. It can easily be fixed by just dropping fill: "forwards".
But for any browser, the test case uses width and height for scale instead of transform so it's going to trigger layout and not be able to be run on the compositor (although given the size of the elements being animated they're not likely to be layerized anyway unless you can use will-change to persuade the browser otherwise). So basically, it's very suboptimal use of the API.
In Safari & Firefox this usecase seems to slow down dramatically, any ideas? Is it the GC kicking in?
http://greensock.com/js/speed.html
(Set engine to Web Animations)
The text was updated successfully, but these errors were encountered: