|
16 | 16 |
|
17 | 17 | <h1>CSS Animations</h1> |
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2> |
| 19 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2012</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 | <dt>This version: |
23 | 23 |
|
24 | 24 | <dd><a |
25 | | - href="http://www.w3.org/TR/2012/ED-css3-animations-20120329/">http://dev.w3.org/csswg/css3-animations/</a> |
26 | | - <!--http://www.w3.org/TR/2012/WD-css3-animations-20120329--> |
| 25 | + href="http://www.w3.org/TR/2012/ED-css3-animations-20120330/">http://dev.w3.org/csswg/css3-animations/</a> |
| 26 | + <!--http://www.w3.org/TR/2012/WD-css3-animations-20120330--> |
27 | 27 |
|
28 | 28 | <dt>Latest version: |
29 | 29 |
|
@@ -148,49 +148,44 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
148 | 148 |
|
149 | 149 | <li><a href="#keyframes"><span class=secno>3. </span>Keyframes</a> |
150 | 150 | <ul class=toc> |
151 | | - <li><a href="#timing-functions-for-keyframes-"><span class=secno>3.1. |
152 | | - </span> Timing functions for keyframes </a> |
| 151 | + <li><a href="#timing-functions"><span class=secno>3.1. </span> Timing |
| 152 | + functions for keyframes </a> |
153 | 153 |
|
154 | | - <li><a href="#the-animation-name-property-"><span class=secno>3.2. |
155 | | - </span> The <code class=property>'animation-name'</code> Property </a> |
| 154 | + <li><a href="#the-animation-name"><span class=secno>3.2. </span> The |
| 155 | + <code class=property>'animation-name'</code> Property </a> |
156 | 156 |
|
157 | | - <li><a href="#the-animation-duration-property-"><span class=secno>3.3. |
158 | | - </span> The <code class=property>'animation-duration'</code> Property |
159 | | - </a> |
| 157 | + <li><a href="#the-animation-duration"><span class=secno>3.3. </span> The |
| 158 | + <code class=property>'animation-duration'</code> Property </a> |
160 | 159 |
|
161 | | - <li><a href="#animation-timing-function_tag"><span class=secno>3.4. |
| 160 | + <li><a href="#the-animation-timing-function"><span class=secno>3.4. |
162 | 161 | </span> The <code class=property>'animation-timing-function'</code> |
163 | 162 | Property </a> |
164 | 163 |
|
165 | | - <li><a href="#the-animation-iteration-count-property-"><span |
166 | | - class=secno>3.5. </span> The <code |
167 | | - class=property>'animation-iteration-count'</code> Property </a> |
| 164 | + <li><a href="#the-animation-iteration-count"><span class=secno>3.5. |
| 165 | + </span> The <code class=property>'animation-iteration-count'</code> |
| 166 | + Property </a> |
168 | 167 |
|
169 | | - <li><a href="#the-animation-direction-property-"><span class=secno>3.6. |
170 | | - </span> The <code class=property>'animation-direction'</code> Property |
171 | | - </a> |
| 168 | + <li><a href="#the-animation-direction"><span class=secno>3.6. </span> |
| 169 | + The <code class=property>'animation-direction'</code> Property </a> |
172 | 170 |
|
173 | | - <li><a href="#the-animation-play-state-property-"><span class=secno>3.7. |
174 | | - </span> The <code class=property>'animation-play-state'</code> Property |
175 | | - </a> |
| 171 | + <li><a href="#the-animation-play-state"><span class=secno>3.7. |
| 172 | + </span><span> The <code class=property>'animation-play-state'</code> |
| 173 | + Property </span></a> |
176 | 174 |
|
177 | | - <li><a href="#the-animation-delay-property-"><span class=secno>3.8. |
178 | | - </span> The <code class=property>'animation-delay'</code> Property </a> |
179 | | - |
| 175 | + <li><a href="#the-animation-delay"><span class=secno>3.8. </span> The |
| 176 | + <code class=property>'animation-delay'</code> Property </a> |
180 | 177 |
|
181 | | - <li><a href="#the-animation-fill-mode-property-"><span class=secno>3.9. |
182 | | - </span> The <code class=property>'animation-fill-mode'</code> Property |
183 | | - </a> |
| 178 | + <li><a href="#the-animation-fill-mode"><span class=secno>3.9. </span> |
| 179 | + The <code class=property>'animation-fill-mode'</code> Property </a> |
184 | 180 |
|
185 | | - <li><a href="#the-animation-shorthand-property-"><span class=secno>3.10. |
186 | | - </span> The <code class=property>'animation'</code> Shorthand Property |
187 | | - </a> |
| 181 | + <li><a href="#the-animation"><span class=secno>3.10. </span> The <code |
| 182 | + class=property>'animation'</code> Shorthand Property </a> |
188 | 183 | </ul> |
189 | 184 |
|
190 | | - <li><a href="#animation-events-"><span class=secno>4. </span> Animation |
| 185 | + <li><a href="#animation-events"><span class=secno>4. </span> Animation |
191 | 186 | Events </a> |
192 | 187 |
|
193 | | - <li><a href="#dom-interfaces-"><span class=secno>5. </span> DOM Interfaces |
| 188 | + <li><a href="#dom-interfaces"><span class=secno>5. </span> DOM Interfaces |
194 | 189 | </a> |
195 | 190 |
|
196 | 191 | <li><a href="#acknowledgments"><span class=secno>6. |
@@ -441,8 +436,9 @@ <h2 id=keyframes><span class=secno>3. </span>Keyframes</h2> |
441 | 436 | </pre> |
442 | 437 | <!-- ======================================================================================================= --> |
443 | 438 |
|
444 | | - <h3 id=timing-functions-for-keyframes-><span class=secno>3.1. </span> |
445 | | - Timing functions for keyframes</h3> |
| 439 | + <h3 id=timing-functions><span class=secno>3.1. </span><a |
| 440 | + id="id=timing-functions-for-keyframes-"> Timing functions for keyframes |
| 441 | + </a></h3> |
446 | 442 |
|
447 | 443 | <p> A keyframe style rule may also declare the timing function that is to |
448 | 444 | be used as the animation moves to the next keyframe. |
@@ -496,9 +492,9 @@ <h3 id=timing-functions-for-keyframes-><span class=secno>3.1. </span> |
496 | 492 | <!-- ======================================================================================================= --> |
497 | 493 | <!-- ======================================================================================================= --> |
498 | 494 |
|
499 | | - <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The <a |
500 | | - href="#animation-name"><code class=property>'animation-name'</code></a> |
501 | | - Property</h3> |
| 495 | + <h3 id=the-animation-name><span class=secno>3.2. </span><a |
| 496 | + id=the-animation-name-property-> The <code |
| 497 | + class=property>'animation-name'</code> Property </a></h3> |
502 | 498 |
|
503 | 499 | <p> The <a href="#animation-name"><code |
504 | 500 | class=property>'animation-name'</code></a> property defines a list of |
@@ -606,9 +602,9 @@ <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The <a |
606 | 602 | --> |
607 | 603 | <!-- ======================================================================================================= --> |
608 | 604 |
|
609 | | - <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The |
610 | | - <a href="#animation-duration"><code |
611 | | - class=property>'animation-duration'</code></a> Property</h3> |
| 605 | + <h3 id=the-animation-duration><span class=secno>3.3. </span><a |
| 606 | + id=the-animation-duration-property-> The <code |
| 607 | + class=property>'animation-duration'</code> Property </a></h3> |
612 | 608 |
|
613 | 609 | <p> The <a href="#animation-duration"><code |
614 | 610 | class=property>'animation-duration'</code></a> property defines the length |
@@ -670,9 +666,9 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The |
670 | 666 | instantaneous. Also, animation events are still fired.</p> |
671 | 667 | <!-- ==================================================================================================
6724
===== --> |
672 | 668 |
|
673 | | - <h3 id="animation-timing-function_tag"><span class=secno>3.4. </span> The |
674 | | - <a href="#animation-timing-function"><code |
675 | | - class=property>'animation-timing-function'</code></a> Property</h3> |
| 669 | + <h3 id=the-animation-timing-function><span class=secno>3.4. </span><a |
| 670 | + id="animation-timing-function_tag"> The <code |
| 671 | + class=property>'animation-timing-function'</code> Property </a></h3> |
676 | 672 |
|
677 | 673 | <p> The <a href="#animation-timing-function"><code |
678 | 674 | class=property>'animation-timing-function'</code></a> property describes |
@@ -743,9 +739,9 @@ <h3 id="animation-timing-function_tag"><span class=secno>3.4. </span> The |
743 | 739 | specified for the animation is used.</p> |
744 | 740 | <!-- ======================================================================================================= --> |
745 | 741 |
|
746 | | - <h3 id=the-animation-iteration-count-property-><span class=secno>3.5. |
747 | | - </span> The <a href="#animation-iteration-count"><code |
748 | | - class=property>'animation-iteration-count'</code></a> Property</h3> |
| 742 | + <h3 id=the-animation-iteration-count><span class=secno>3.5. </span><a |
| 743 | + id=the-animation-iteration-count-property-> The <code |
| 744 | + class=property>'animation-iteration-count'</code> Property </a></h3> |
749 | 745 |
|
750 | 746 | <p> The <a href="#animation-iteration-count"><code |
751 | 747 | class=property>'animation-iteration-count'</code></a> property defines the |
@@ -805,9 +801,9 @@ <h3 id=the-animation-iteration-count-property-><span class=secno>3.5. |
805 | 801 | </table> |
806 | 802 | <!-- ======================================================================================================= --> |
807 | 803 |
|
808 | | - <h3 id=the-animation-direction-property-><span class=secno>3.6. </span> The |
809 | | - <a href="#animation-direction"><code |
810 | | - class=property>'animation-direction'</code></a> Property</h3> |
| 804 | + <h3 id=the-animation-direction><span class=secno>3.6. </span><a |
| 805 | + id=the-animation-direction-property-> The <code |
| 806 | + class=property>'animation-direction'</code> Property </a></h3> |
811 | 807 |
|
812 | 808 | <p> The <a href="#animation-direction"><code |
813 | 809 | class=property>'animation-direction'</code></a> property defines whether |
@@ -884,9 +880,10 @@ <h3 id=the-animation-direction-property-><span class=secno>3.6. </span> The |
884 | 880 | </dl> |
885 | 881 | <!-- ======================================================================================================= --> |
886 | 882 |
|
887 | | - <h3 id=the-animation-play-state-property-><span class=secno>3.7. </span> |
888 | | - The <a href="#animation-play-state"><code |
889 | | - class=property>'animation-play-state'</code></a> Property</h3> |
| 883 | + <h3 id=the-animation-play-state><span class=secno>3.7. </span><span |
| 884 | + id=the-animation-play-state-property-> The <a |
| 885 | + href="#animation-play-state"><code |
| 886 | + class=property>'animation-play-state'</code></a> Property </span></h3> |
890 | 887 |
|
891 | 888 | <p> The <a href="#animation-play-state"><code |
892 | 889 | class=property>'animation-play-state'</code></a> property defines whether |
@@ -943,9 +940,9 @@ <h3 id=the-animation-play-state-property-><span class=secno>3.7. </span> |
943 | 940 | </table> |
944 | 941 | <!-- ======================================================================================================= --> |
945 | 942 |
|
946 | | - <h3 id=the-animation-delay-property-><span class=secno>3.8. </span> The <a |
947 | | - href="#animation-delay"><code class=property>'animation-delay'</code></a> |
948 | | - Property</h3> |
| 943 | + <h3 id=the-animation-delay><span class=secno>3.8. </span><a |
| 944 | + id=the-animation-delay-property-> The <code |
| 945 | + class=property>'animation-delay'</code> Property </a></h3> |
949 | 946 |
|
950 | 947 | <p> The <a href="#animation-delay"><code |
951 | 948 | class=property>'animation-delay'</code></a> property defines when the |
@@ -1010,9 +1007,9 @@ <h3 id=the-animation-delay-property-><span class=secno>3.8. </span> The <a |
1010 | 1007 | </table> |
1011 | 1008 | <!-- ======================================================================================================= --> |
1012 | 1009 |
|
1013 | | - <h3 id=the-animation-fill-mode-property-><span class=secno>3.9. </span> The |
1014 | | - <a href="#animation-fill-mode"><code |
1015 | | - class=property>'animation-fill-mode'</code></a> Property</h3> |
| 1010 | + <h3 id=the-animation-fill-mode><span class=secno>3.9. </span><a |
| 1011 | + id=the-animation-fill-mode-property-> The <code |
| 1012 | + class=property>'animation-fill-mode'</code> Property </a></h3> |
1016 | 1013 |
|
1017 | 1014 | <p> The <a href="#animation-fill-mode"><code |
1018 | 1015 | class=property>'animation-fill-mode'</code></a> property defines what |
@@ -1103,9 +1100,9 @@ <h3 id=the-animation-fill-mode-property-><span class=secno>3.9. </span> The |
1103 | 1100 | </table> |
1104 | 1101 | <!-- ======================================================================================================= --> |
1105 | 1102 |
|
1106 | | - <h3 id=the-animation-shorthand-property-><span class=secno>3.10. </span> |
1107 | | - The <a href="#animation"><code class=property>'animation'</code></a> |
1108 | | - Shorthand Property</h3> |
| 1103 | + <h3 id=the-animation><span class=secno>3.10. </span><a |
| 1104 | + id=the-animation-shorthand-property-> The <code |
| 1105 | + class=property>'animation'</code> Shorthand Property </a></h3> |
1109 | 1106 |
|
1110 | 1107 | <p> The <a href="#animation"><code class=property>'animation'</code></a> |
1111 | 1108 | shorthand property combines seven of the animation properties into a |
@@ -1169,7 +1166,8 @@ <h3 id=the-animation-shorthand-property-><span class=secno>3.10. </span> |
1169 | 1166 | </table> |
1170 | 1167 | <!-- ======================================================================================================= --> |
1171 | 1168 |
|
1172 | | - <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2> |
| 1169 | + <h2 id=animation-events><span class=secno>4. </span><a |
| 1170 | + id=animation-events-> Animation Events </a></h2> |
1173 | 1171 |
|
1174 | 1172 | <p> Several animation related events are available through the <a |
1175 | 1173 | href="http://www.w3.org/TR/DOM-Level-2-Events/events.html">DOM Event |
@@ -1358,7 +1356,8 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2> |
1358 | 1356 | </dl> |
1359 | 1357 | <!-- ======================================================================================================= --> |
1360 | 1358 |
|
1361 | | - <h2 id=dom-interfaces-><span class=secno>5. </span> DOM Interfaces</h2> |
| 1359 | + <h2 id=dom-interfaces><span class=secno>5. </span><a id=dom-interfaces-> |
| 1360 | + DOM Interfaces </a></h2> |
1362 | 1361 |
|
1363 | 1362 | <p> CSS animation is exposed to the CSSOM through a pair of new interfaces |
1364 | 1363 | describing the keyframes. |
|
0 commit comments