Skip to content
Open
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
[css-animations-2] Allow animation-composition to be set using the an…
…imation shorthand (closes #6929)
  • Loading branch information
graouts committed Jan 4, 2022
commit 3dec708c7c649492aad2812725beb5ce4bef4b13
2 changes: 1 addition & 1 deletion css-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,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>> || <<easing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || <<single-animation-composition>> || [ none | <<keyframes-name>> ] || <<single-animation-timeline>></span>



Expand Down