[Webkit-unassigned] [Bug 186280] Hiding many elements with opacity:0 is slower than hiding with visibility:hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 13:47:22 PDT 2018


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

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
It looks like we spend more time in RenderLayer::updateLayerPositionsAfterLayout() with opacity, presumably because we have a large RenderLayer tree and don’t short-circuit that part. With visibility:hidden we probably have a smaller layer tree.

-- 
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/20180604/31e8709a/attachment.html>


More information about the webkit-unassigned mailing list