[Webkit-unassigned] [Bug 213163] [Web Animations] Updating an Animation on an Element fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 14 01:47:59 PDT 2020


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

--- Comment #10 from Antoine Quint <graouts at webkit.org> ---
You can also call .cancel() on the animations that are being replaced. I don't know if that will matter in this particular instance, but if you know an animation won't be relevant anymore, this would be a good thing to do. You can also set animation.effect.target = null to no longer apply that animation to its target element.

-- 
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/20200614/2e4c61a3/attachment.htm>


More information about the webkit-unassigned mailing list