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:
parent
2ee022dead
commit
b235620315
2 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
"normal",
|
||||
"reverse"
|
||||
],
|
||||
"animation-play-state": [
|
||||
"paused",
|
||||
"running"
|
||||
],
|
||||
"appearance": [
|
||||
"auto",
|
||||
"button",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue