Skip to content

Commit 5cb9f40

Browse files
authored
Update Overview.bs
1 parent c781949 commit 5cb9f40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)