@@ -388,11 +388,12 @@ Output</h4>
388
388
6. Linearly interpolate (or extrapolate) |inputProgress|
389
389
along the line defined by |A| and |B|,
390
390
and return the result.
391
+
392
+ <wpt>
393
+ linear-timing-functions-output.html
394
+ </wpt>
391
395
</div>
392
396
393
- <wpt>
394
- linear-timing-functions-output.html
395
- </wpt>
396
397
397
398
<h4 id=linear-easing-function-examples>
398
399
Examples</h4>
@@ -724,11 +725,12 @@ Output</h4>
724
725
Return the y value
725
726
corresponding to |inputProgress| as an x value
726
727
for the line passing through |t1| and |t2|.
728
+
729
+ <wpt>
730
+ cubic-bezier-timing-functions-output.html
731
+ </wpt>
727
732
</div>
728
733
729
- <wpt>
730
- cubic-bezier-timing-functions-output.html
731
- </wpt>
732
734
733
735
734
736
<!-- Big Text: steps
@@ -885,16 +887,17 @@ Instead, they serialize as "steps(1, start)" and "steps(1)", respectively.
885
887
and append the result to |s|.
886
888
Append ")" to |s|.
887
889
Return |s|.
890
+
891
+ <wpt>
892
+ timing-functions-syntax-computed.html
893
+ </wpt>
888
894
</div>
889
895
890
- <wpt>
891
- timing-functions-syntax-computed.html
892
- </wpt>
893
896
894
897
<h4 id=step-easing-algo oldids=step-timing-function-algo>
895
898
Output</h4>
896
899
897
- <div class= algorithm>
900
+ <div algorithm>
898
901
To <dfn export>calculate step easing output progress</dfn>
899
902
for a given [=step easing function=] |func|,
900
903
an [=input progress value=] |inputProgress|,
@@ -924,11 +927,12 @@ Output</h4>
924
927
925
928
4. Return the associated value
926
929
for the interval that |inputProgress| is in.
930
+
931
+ <wpt>
932
+ step-timing-functions-output.html
933
+ </wpt>
927
934
</div>
928
935
929
- <wpt>
930
- step-timing-functions-output.html
931
- </wpt>
932
936
933
937
<h2 class=no-num id=privacy>Privacy Considerations</h2>
934
938
0 commit comments