1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 03:07:34 +00:00

LibWeb: Pause keyframe animations during creation when necessary

This commit is contained in:
Matthew Olsson 2024-02-25 10:03:25 -07:00 committed by Sam Atkins
parent 2ee022dead
commit b235620315
2 changed files with 12 additions and 0 deletions

View file

@ -50,6 +50,10 @@
"normal",
"reverse"
],
"animation-play-state": [
"paused",
"running"
],
"appearance": [
"auto",
"button",