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

LibWeb: Resolve the transition-delay property

This commit is contained in:
stelar7 2023-05-27 22:05:48 +02:00 committed by Andreas Kling
parent aa691c22d4
commit a5f2024afa
4 changed files with 26 additions and 2 deletions

View file

@ -1763,6 +1763,13 @@
"top"
]
},
"transition-delay": {
"inherited": false,
"initial": "0s",
"valid-types": [
"time"
]
},
"user-select": {
"affects-layout": false,
"inherited": false,