Files
ladybird/Userland/Libraries/LibWeb/CSS
Matthew Olsson 0f54d797d2 LibWeb: Handle pre-existing animations when considering animation-name
If a DOM::Element has an animation-name property, then in addition to
remembering where it came from, it will also remember the
Animations::Animation object that was created for it. This allows
StyleComputer to cancel that animation if the animation-name property
changes as well as to apply any changes required (for example, if
animation-play-state changes from "running" to "paused", it needs to
call .pause() on the animation).
2024-02-25 21:12:42 +00:00
..
2023-11-11 08:51:51 +01:00
2023-11-11 08:51:51 +01:00
2024-02-25 08:54:31 +01:00