[Webkit-unassigned] [Bug 218011] REGRESSION (r263729): transition doesn't restart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 02:56:48 PDT 2020


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
This is because we set the completed transition again in DocumentTimeline::transitionDidComplete() under DocumentTimelinesController::updateAnimationsAndSendEvents() in a later update. There is a disconnect between the animation's running state as set during the updateAnimationsAndSendEvents() routine and the running/completed transitions recorded on Styleable.

We most likely need to ensure the animation is actually in the finished running state when moving to the completed list.

-- 
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/20201021/0d1222e7/attachment.htm>


More information about the webkit-unassigned mailing list