You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> * the animation's [=hold time=] or [=animation/start time=] is resolved.
406
406
407
407
Note: an animation is not <a>ready</a> while it has no [=animation/start time=] or [=hold time=].
408
-
For a [=scroll-driven animation=], the start-time is determined when [=html-processing-model-event-loop|updating the timeline=] if |auto align start time| is true.
408
+
For a [=scroll-driven animation=], the start-time is determined when [=event-loop|updating the timeline=] if |auto align start time| is true.
409
409
410
410
411
411
<h4 id='validating-a-css-numberish-time'>Validating a CSSNumberish time</h4>
@@ -839,7 +839,7 @@ Replace:
839
839
> a [=time value=] that is initially [=unresolved=].
840
840
> 1. Let |has finite timeline| be true
841
841
> if |animation| has an associated [=timeline=]
842
-
> that is not [=monotonically increasing=].
842
+
> that is not [=monotonically increasing timeline|monotonically increasing=].
843
843
>
844
844
> 1. If the |animation|'s [=animation/current time=] is [=unresolved=],
845
845
> perform the steps according to the first matching condition below:
@@ -885,7 +885,7 @@ with:
885
885
886
886
> 1. Let |has finite timeline| be true
887
887
> if |animation| has an associated [=timeline=]
888
-
> that is not [=monotonically increasing=].
888
+
> that is not [=monotonically increasing timeline|monotonically increasing=].
889
889
>
890
890
> 1. If the |animation|'s [=animation/current time=] is [=unresolved=] and
891
891
> |has finite timeline| is false,
@@ -2227,7 +2227,7 @@ In such cases, where the provided <a>animation
2227
2227
effects</a> do not provide needed functionality, an effect defined by
2228
2228
script may be used.
2229
2229
Such <a>custom effects</a> receive an <a>iteration
2230
-
progress</a> and <a>current iteration</a> from the timing model and
2230
+
progress</a> and [=current iteration index|current iteration=] from the timing model and
2231
2231
are responsible for producing an effect corresponding to the specified
2232
2232
time.
2233
2233
@@ -2292,7 +2292,7 @@ the following criteria.
2292
2292
* <strong>is <a>in effect</a>, and</strong>
2293
2293
* <strong>was not <a>in effect</a> in the previous update, or
2294
2294
was <a>in effect</a> but with a different <a>iteration
2295
-
progress</a> or <a>current iteration</a>,</strong>
2295
+
progress</a> or [=current iteration index|current iteration=],</strong>
0 commit comments