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
5 changes: 5 additions & 0 deletions css-animations-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ the changes from the programming interface take precedence as follows:
However, if the last matching ''@keyframes'' rule is removed
the animation must still be canceled.

* After successfully setting the {{KeyframeEffect/composite}} of the
{{Animation/effect}} of a {{CSSAnimation}} to some {{CompositeOperation}}
other than the original {{CompositeOperation}}, any subsequent change to
'animation-composition' will not be reflected in that {{KeyframeEffect}}.

Note, the reference to a successful call in the above rules
is necessary to ensure that
when an exception is thrown by any of these methods,
Expand Down