mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Allow auto
as animation-duration
and make that the default
This is a spec change: 2a7cc4b58f
This commit is contained in:
parent
c4c35ce9b9
commit
7a2c8d30b9
3 changed files with 19 additions and 6 deletions
|
@ -67,9 +67,12 @@
|
|||
"animation-duration": {
|
||||
"affects-layout": true,
|
||||
"inherited": false,
|
||||
"initial": "0s",
|
||||
"initial": "auto",
|
||||
"valid-types": [
|
||||
"time [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"auto"
|
||||
]
|
||||
},
|
||||
"animation-fill-mode": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue