Skip to content

Commit 0c369c0

Browse files
committed
[web-animations-1] Make animations with zero playback rate in before/after phase NOT be considered "current"
See #3193
1 parent 4ec1deb commit 0c369c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ of the following conditions are true:
22952295

22962296
* the [=animation effect=] is [=in play=], or
22972297
* the [=animation effect=] is [=associated with an animation=] with
2298-
a [=playback rate=] ≥ 0 and
2298+
a [=playback rate=] > 0 and
22992299
the [=animation effect=] is in the [=before phase=], or
23002300
* the [=animation effect=] is [=associated with an animation=] with
23012301
a [=playback rate=] < 0 and

0 commit comments

Comments
 (0)