Skip to content

Commit 5feda7d

Browse files
committed
[css-animations-2] Allow 'auto' for 'animation-duration' in 'animation' shorthand. w3c#8656
1 parent efe537b commit 5feda7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ to the simultaneously-applied timeline specified in 'animation-timeline'.
680680
681681
The 'animation' shorthand property syntax is as follows:
682682
683-
<span class=prod><dfn>&lt;single-animation></dfn> = <<time [0s,∞]>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>></span>
683+
<span class=prod><dfn>&lt;single-animation></dfn> = <<'animation-duration'>> || <<easing-function>> || <<'animation-delay'>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>></span>
684684
685685
686686

0 commit comments

Comments
 (0)