We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5253a66 commit c93ac25Copy full SHA for c93ac25
web-animations-1/Overview.bs
@@ -4072,9 +4072,8 @@ interface Animation : EventTarget {
4072
</div>
4073
4074
: <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.
+:: Begins or resumes playback of the animation by running the procedure to
+ [=play an animation=] passing true as the value of the |auto-rewind| flag.
4078
: <dfn method for=Animation lt='pause()'>void pause()</dfn>
4079
:: Suspends the playback of this animation by running the procedure to
4080
<a>pause an animation</a> for this object.
0 commit comments