[Webkit-unassigned] [Bug 265280] [web-animations] setting currentTime=0 when animation-play-state=paused, doesn't restart animation after unpausing it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 11 03:59:29 PST 2023


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

--- Comment #5 from Antoine Quint <graouts at webkit.org> ---
In the end it was a single root reason that caused both observed issue. We failed to return the animation through getAnimations({ subtree: false }) because the CSS Animation that was restarted using "animation-iteration-count: infinite" was not found in the associated target's effect stack. This is an easy fix in the end.

-- 
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/20231211/d1beb150/attachment.htm>


More information about the webkit-unassigned mailing list