Skip to content
Merged
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-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ the changes from the programming interface take precedence as follows:
to <code>null</code>
or some {{AnimationEffect}} other than the original {{KeyframeEffect}},
all subsequent changes to animation properties other than
'animation-name' or 'animation-play-state'
'animation-name', 'animation-play-state', or 'animation-timeline'
will not be reflected in that animation.
Similarly, any change to matching ''@keyframes'' rules will not be reflected
in that animation.
Expand Down