[Webkit-unassigned] [Bug 202360] Animations stop if new tab opened (and closed)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 06:22:32 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=202360

--- Comment #10 from Antoine Quint <graouts at apple.com> ---
As it turns out, the animation is not accelerated because we mix software-based animations (background-color) and accelerated animations (transform). However we do create a layer for the element while the transform animations should be running but fail to commit the accelerated animations, which disables the software animation code.

In the old engine we would run accelerated animations when mixing accelerated and non-accelerated properties. We should bring this back.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191218/216cbb6b/attachment.htm>


More information about the webkit-unassigned mailing list