File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -899,9 +899,10 @@ The {{ViewTransition/domUpdated}} [=getter steps=] are to return [=this's=] [=Vi
899899
900900 1. Let |element| be the [=page-transition pseudo-element=] .
901901
902- 1. For each |animation| with [=effect target=] set to |element| and [=animation timeline=]
903- of type [=document timeline=] , set |hasActiveAnimations| to true if any of the following
904- conditions is true:
902+ 1. For each |animation| that contains at least one [=animation effect=]
903+ whose [=effect target=] is |element| and whose associated [=animation timeline=]
904+ is of type [=document timeline=] , set |hasActiveAnimations| to true if any of the
905+ following conditions is true:
905906
906907 1. |animation| is in <a lt="paused play state">paused</a> or <a lt="running play state">running</a> state.
907908
You can’t perform that action at this time.
0 commit comments