Skip to content

Commit 5f8c626

Browse files
feat(css): Update syntax for animation-duration (#985)
1 parent ffbeedf commit 5f8c626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@
18521852
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-direction"
18531853
},
18541854
"animation-duration": {
1855-
"syntax": "<time>#",
1855+
"syntax": "[ auto | <time [0s,∞]> ]#",
18561856
"media": "visual",
18571857
"inherited": false,
18581858
"animationType": "notAnimatable",

0 commit comments

Comments
 (0)