LibWeb/CSS: Use "0s" as the initial value for animation-duration

This commit is contained in:
Tim Ledbetter 2025-03-22 00:50:02 +00:00 committed by Alexander Kalenik
commit ecd6636b3e
Notes: github-actions[bot] 2025-03-22 16:05:28 +00:00
6 changed files with 62 additions and 13 deletions

View file

@ -208,7 +208,7 @@
"affects-layout": false,
"animation-type": "none",
"inherited": false,
"initial": "auto",
"initial": "0s",
"valid-types": [
"time [0,∞]"
],