Skip to content

Commit e2b527d

Browse files
authored
[web-animations-1] Animations are current if non-idle and associated with non-increasing timelines. (w3c#8089)
If an animation is associated with a non-monotically increasing timeline it may become active in the future (if non-idle). As such it should still be considered current (the same as an animation which may play in the future). This fixes w3c#8053.
1 parent f6bd34b commit e2b527d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web-animations-1/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,10 @@ of the following conditions are true:
23962396
the [=animation effect=] is in the [=animation effect/before phase=], or
23972397
* the [=animation effect=] is [=associated with an animation=] with
23982398
a [=playback rate=] < 0 and
2399-
the [=animation effect=] is in the [=animation effect/after phase=].
2399+
the [=animation effect=] is in the [=animation effect/after phase=], or
2400+
* the [=animation effect=] is [=associated with an animation=] not in the
2401+
[=play state/idle=] [=play state=] with a non-null associated
2402+
[=timeline=] that is not [=monotonically increasing=].
24002403

24012404
An animation effect is <dfn>in effect</dfn> if its <a>active time</a>, as
24022405
calculated according to the procedure in [[#calculating-the-active-time]],

0 commit comments

Comments
 (0)