You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P<sub>2</sub> are each specified by both an X and Y value.
322
326
</p>
323
327
<divclass="figure">
324
-
<imgsrc="TimingFunction.png">
328
+
<imgsrc="TimingFunction.png" alt="The timing function is a
329
+
smooth curve from point P0 = (0,0) to point P3 = (1,1). The
330
+
length and orientation of the line segment P0-P1 determines
331
+
the tangent and the curvature of the curve at P0 and the
332
+
line segment P2-P3 does the same at P3.">
325
333
</div>
326
334
<pclass="caption">
327
335
Timing Function Control Points
@@ -670,7 +678,7 @@ <h2>
670
678
</dt>
671
679
<dd>
672
680
<divclass='method'>
673
-
The <code>initTransitionEvent</code> method is used to initialize the value of a <code>TransitionEvent</code> created through the <ahref='events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>TransitionEvent</code> has been dispatched via the <code>dispatchEvent</code> method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
681
+
The <code>initTransitionEvent</code> method is used to initialize the value of a <code>TransitionEvent</code> created through the <ahref='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>TransitionEvent</code> has been dispatched via the <code>dispatchEvent</code> method, though it may be called multiple times during that phase if necessary. If called multiple times, the final invocation takes precedence.
674
682
<divclass='parameters'>
675
683
<b>Parameters</b>
676
684
<divclass='paramtable'>
@@ -697,7 +705,7 @@ <h2>
697
705
<codeclass='parameter-name'>propertyNameArg</code> of type <code>DOMString</code>
698
706
</dt>
699
707
<dd>
700
-
Specifies the name of the property associated with the <ahref='events.html#Events-Event'><code>Event</code></a>
708
+
Specifies the name of the property associated with the <ahref='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event'><code>Event</code></a>
701
709
</dd>
702
710
<dt>
703
711
<codeclass='parameter-name'>elapsedTimeArg</code> of type <code>float</code>
@@ -771,8 +779,8 @@ <h2>
771
779
numbers.
772
780
</li>
773
781
<li>
774
-
<strong>transform list</strong>: see <ahref="CSSTransforms.html">
0 commit comments