[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 03:11:36 PDT 2021


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

--- Comment #1 from Roland Soos <roland at nextendweb.com> ---
It's possible that not opacity:0 itself cause this issue as we add visiblity:hidden to the elements which has opacity:0. So the cause could be that visibility:hidden changes to visibility:visible.

[data-force-hidden], [data-force-hidden] * {
    visibility: hidden!important;
}

-- 
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/20210527/51f56085/attachment.htm>


More information about the webkit-unassigned mailing list