[Webkit-unassigned] [Bug 226321] Animation FPS drops if SVG changes from becomes visible from opacity 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 20:22:11 PDT 2021


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The SVG takes over 500ms to render on iPhone 7 Plus because of the filters (largely the gaussian blur). There's a layering change when opacity and/or transform transitions finish, which triggers a second paint of the SVG which is the visible stall.

Some `will-change:` should fix this. Or you could remove the filters, since (in this example at least) they don't do anything visible.

-- 
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/20210528/eb1fd267/attachment-0001.htm>


More information about the webkit-unassigned mailing list