@@ -3401,6 +3401,10 @@ Calculating progress {#core-animation-effect-calculations}
34013401 1. Return the result of calculating
34023402 <code><var> overall progress</var> + <a>iteration start</a> </code> .
34033403
3404+ <wpt>
3405+ interfaces/Animation/overallProgress.html
3406+ </wpt>
3407+
34043408
34053409### Calculating the simple iteration progress ### {#calculating-the-simple-iteration-progress}
34063410
@@ -4758,6 +4762,10 @@ The {{Animation}} interface {#the-animation-interface}
47584762 ::
47594763 A string used to identify the animation.
47604764
4765+ <wpt>
4766+ interfaces/Animation/id.html
4767+ </wpt>
4768+
47614769 : <dfn>effect</dfn>
47624770 ::
47634771 The [=associated effect=] of this animation.
@@ -4823,10 +4831,18 @@ The {{Animation}} interface {#the-animation-interface}
48234831 Returns true if this animation has
48244832 a [=pending play task=] or a [=pending pause task=] .
48254833
4834+ <wpt>
4835+ interfaces/Animation/pending.html
4836+ </wpt>
4837+
48264838 : <dfn>ready</dfn>
48274839 ::
48284840 Returns the [=current ready promise=] for this object.
48294841
4842+ <wpt>
4843+ interfaces/Animation/ready.html
4844+ </wpt>
4845+
48304846 : <dfn>finished</dfn>
48314847 ::
48324848 Returns the [=current finished promise=] for this object.
@@ -4839,14 +4855,26 @@ The {{Animation}} interface {#the-animation-interface}
48394855 ::
48404856 The event handler for the [=finish event=] .
48414857
4858+ <wpt>
4859+ interfaces/Animation/onfinish.html
4860+ </wpt>
4861+
48424862 : <dfn>oncancel</dfn>
48434863 ::
48444864 The event handler for the [=cancel event=] .
48454865
4866+ <wpt>
4867+ interfaces/Animation/oncancel.html
4868+ </wpt>
4869+
48464870 : <dfn>onremove</dfn>
48474871 ::
48484872 The event handler for the [=remove event=] .
48494873
4874+ <wpt>
4875+ interfaces/Animation/onremove.html
4876+ </wpt>
4877+
48504878 </div>
48514879
48524880 <div dfn-type=method class=methods
@@ -4891,6 +4919,10 @@ The {{Animation}} interface {#the-animation-interface}
48914919 by running the procedure to [=pause an animation=]
48924920 for this object.
48934921
4922+ <wpt>
4923+ interfaces/Animation/pause.html
4924+ </wpt>
4925+
48944926 : <dfn lt="updatePlaybackRate(playbackRate)">void updatePlaybackRate(<var ignore>playbackRate</var>)</dfn>
48954927 ::
48964928 Performs an asynchronous update of the [=playback rate=] of this animation
0 commit comments