[Webkit-unassigned] [Bug 215229] Animations invalidate style on every rendering update whether or not they need to

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 07:15:10 PDT 2020


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

--- Comment #4 from Antti Koivisto <koivisto at iki.fi> ---
This bug is specific to step timing functions. Rendering updates will tick animations only if DocumentTimeline::m_animationResolutionScheduled bit is set which correctly doesn't happen during accelerated animations.

Step timing functions with transforms try and fail to start accelerated which causes them to repeatedly schedule unnecessary rendering updates.

-- 
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/20200827/82b7edd3/attachment.htm>


More information about the webkit-unassigned mailing list