mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +00:00
LibWeb/CSS: Use "0s" as the initial value for animation-duration
This commit is contained in:
parent
e1f6a170d5
commit
ecd6636b3e
Notes:
github-actions[bot]
2025-03-22 16:05:28 +00:00
Author: https://github.com/tcl3
Commit: ecd6636b3e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4041
6 changed files with 62 additions and 13 deletions
|
@ -208,7 +208,7 @@
|
|||
"affects-layout": false,
|
||||
"animation-type": "none",
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"initial": "0s",
|
||||
"valid-types": [
|
||||
"time [0,∞]"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue