File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,17 @@ Note, this behavior relies on the fact that disassociating a transition
171171from its <a>owning element</a> always causes it to enter (or remain) in the
172172<a>idle play state</a> .
173173
174+ ## Animation cascade level ## {#cascade-level}
175+
176+ Animations with an [=animation class=] of ‘CSS Transition’
177+ that have an [=owning element=]
178+ are applied to the ‘Transitions declaration’ level
179+ of the CSS cascade.
180+ All other animations generated by the markup defined in this specification,
181+ including animations that no longer have an [=owning element=] ,
182+ are applied to the ‘Animation declarations’ level of the cascade.
183+ (See [[web-animations-1#applying-the-composited-result]] .)
184+
174185# Transition Events # {#transition-events}
175186
176187## Event dispatch ## {#event-dispatch}
You can’t perform that action at this time.
0 commit comments