Skip to content

Commit f1c3606

Browse files
authored
[web-animations-1] Maintain start time when changing playback rate on non-monotonic timeline (w3c#8090)
1 parent aafb44c commit f1c3606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-animations-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,8 @@ is as follows:
18461846

18471847
1. Set the [=playback rate=] to <var>new playback rate</var>.
18481848

1849-
1. If <var>previous time</var> is <a lt="unresolved">resolved</a>,
1849+
1. If the <var>animation</var> is associated with a [=monotonically increasing=]
1850+
[=timeline=] and <var>previous time</var> is <a lt="unresolved">resolved</a>,
18501851
<a>set the current time</a> of <var>animation</var> to
18511852
<var>previous time</var>
18521853

0 commit comments

Comments
 (0)