[Webkit-unassigned] [Bug 238067] REGRESSION (iOS 15.4 / r285529): Flicker on CSS transition of opacity and transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 07:48:24 PDT 2022


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

--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
r285529 did something very stupid in addLeafAnimation(): we would add the animationGroupBeginTime each time this function was called which meant that any time we committed animation on a layer. This was fine as long as there was only one commit per animation. But this also meant that if you had two or more animations running with different durations, such as in the test case, further commits would add an extra 1s to the leaf animation begin time.

-- 
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/20220318/ed8891b2/attachment-0001.htm>


More information about the webkit-unassigned mailing list