Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ The 'animation' shorthand property</h3>
Canonical order: per grammar
</pre>

<span class=prod><dfn>&lt;single-animation></dfn> = <<time>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]</span>
<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>> ]</span>

Note that order is important within each animation definition: the first value in each
<<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration',
Expand Down
2 changes: 1 addition & 1 deletion css-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ select keyframes and timeline if necessary.

The 'animation' shorthand property syntax is as follows:

<span class=prod><dfn>&lt;single-animation></dfn> = <<time>> || <<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>
<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>



Expand Down