Skip to content

Commit c93ac25

Browse files
committed
[web-animations-1] Simplify the description of Animation.play
This restores the updated description of Animation.play() that was added in da4b585 but reverted in 5253a66.
1 parent 5253a66 commit c93ac25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web-animations-1/Overview.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -4072,9 +4072,8 @@ interface Animation : EventTarget {
40724072
</div>
40734073

40744074
: <dfn method for=Animation lt='play()'>void play()</dfn>
4075-
:: Unpauses the animation and rewinds if it has finished playing using
4076-
the procedure to <a>play an animation</a> for this object
4077-
with the <var>auto-rewind</var> flag set to true.
4075+
:: Begins or resumes playback of the animation by running the procedure to
4076+
[=play an animation=] passing true as the value of the |auto-rewind| flag.
40784077
: <dfn method for=Animation lt='pause()'>void pause()</dfn>
40794078
:: Suspends the playback of this animation by running the procedure to
40804079
<a>pause an animation</a> for this object.

0 commit comments

Comments
 (0)