[Webkit-unassigned] [Bug 229399] Composited & non-composited animation iterations are unsynced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 05:34:12 PST 2022


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
Created attachment 450766

  --> https://bugs.webkit.org/attachment.cgi?id=450766&action=review

Reduced test case

Attaching a simplified test case which clearly shows the synchronization issue with two properties being animated at once: "transform" to move the element on the y-axis (accelerated) and "margin-left" to move the element on the x-axis (non-accelerated). It's very clear that there is a frame where the "margin-left" animation is already at progress=0 while the "transform" animation is still at progress=1.

-- 
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/20220203/7990ec69/attachment-0001.htm>


More information about the webkit-unassigned mailing list