LibWeb: Handle persisting an animation after it has been removed

This commit is contained in:
Matthew Olsson 2024-05-28 04:39:58 -07:00 committed by Andreas Kling
commit 6859826e3d
Notes: sideshowbarker 2024-07-17 03:59:29 +09:00
3 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,4 @@
persist() sets animation's replaceState to persist
persist() undoes the Document removal effects: true
Animations are properly replaced when covered by another animation
persist() keeps an animation from being replaced