1
Fork 0
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:
Sam Atkins 2023-06-09 14:25:32 +01:00 committed by Andreas Kling
parent c4c35ce9b9
commit 7a2c8d30b9
3 changed files with 19 additions and 6 deletions

View file

@ -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": {