Skip to content

Commit fad6e37

Browse files
author
Jordan Taylor
committed
Adding back in condition for current phase that is needed when animation is in idle state
1 parent 6885c21 commit fad6e37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-animations-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,11 @@ below:
951951
: If the animation's <a>hold phase</a> is set,
952952
:: The <a>current phase</a> is the animation's <a>hold phase</a>.
953953

954-
: If the animation has no associated <a>timeline</a>:
954+
: If <em>either</em> of the following are true:
955+
956+
1. the animation has no associated <a>timeline</a>, or
957+
1. the animation's [=start time=] is <a>unresolved</a>.
958+
955959
:: The <a>current phase</a> is [=timeline inactive phase|inactive=].
956960

957961
: Otherwise,

0 commit comments

Comments
 (0)