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
Animation is currently possible in languages like SVG, but no system exists for the native animation of CSS styles. This proposal introduces <em>defined animations</em>, which specify the values that CSS properties will take over a given time interval.
77
79
</p>
78
80
<p>
79
-
This specification is an extension to <ahref="CSSTransitions.html">CSS Transitions</a>.
81
+
This specification is an extension to CSS Transitions
The <spanclass="prop-name">'animation-timing-function'</span> Property
530
533
</h3>
531
534
<p>
532
-
The <spanclass="prop-name">'animation-timing-function'</span> property describes how the animation will progress over one cycle of its duration. See <ahref="CSSTransitions.html#transition-timing-function_tag">the <spanclass="prop-name">'transition-timing-function'</span> property</a> for a complete description of timing function calculation.
535
+
The <spanclass="prop-name">'animation-timing-function'</span> property describes how the animation will progress over one cycle of its duration. See the <spanclass="prop-name">'transition-timing-function'</span> property [[!CSS3-TRANSITIONS]] for a complete description of timing function calculation.
533
536
</p>
534
537
<tableclass="propdef">
535
538
<tbody>
@@ -1080,7 +1083,7 @@ <h2>
1080
1083
</dt>
1081
1084
<dd>
1082
1085
<divclass='method'>
1083
-
The <code>initAnimationEvent</code> method is used to initialize the value of an <code>AnimationEvent</code> created through the <ahref='events.html#Events-DocumentEvent'><code>DocumentEvent</code></a> interface. This method may only be called before the <code>AnimationEvent</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.
1086
+
The <code>initAnimationEvent</code> method is used to initialize the value of an <code>AnimationEvent</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>AnimationEvent</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.
1084
1087
<divclass='parameters'>
1085
1088
<b>Parameters</b>
1086
1089
<divclass='paramtable'>
@@ -1107,7 +1110,7 @@ <h2>
1107
1110
<codeclass='parameter-name'>animationNameArg</code> of type <code>DOMString</code>
1108
1111
</dt>
1109
1112
<dd>
1110
-
Specifies the <ahref='events.html#Events-Event'><code>Event</code></a>'s animation name.<br>
1113
+
Specifies the <ahref='http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event'><code>Event</code></a>'s animation name.<br>
1111
1114
</dd>
1112
1115
<dt>
1113
1116
<codeclass='parameter-name'>elapsedTimeArg</code> of type <code>float</code>
0 commit comments