|
10 | 10 |
|
11 | 11 | <meta content="CSS Animations" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2012-12-17 name=dcterms.issued> |
| 13 | + <meta content=2012-12-18 name=dcterms.issued> |
14 | 14 | <meta content="http://dev.w3.org/csswg/css3-animations/" |
15 | 15 | name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-animations-20121217/" |
| 17 | + <meta content="http://www.w3.org/TR/2012/ED-css3-animations-20121218/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
20 | 20 | <link href="../default.css" rel=stylesheet type="text/css"> |
|
31 | 31 |
|
32 | 32 | <h1>CSS Animations</h1> |
33 | 33 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 December |
| 34 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 December |
35 | 35 | 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | | - href="http://www.w3.org/TR/2012/ED-css3-animations-20121217/">http://dev.w3.org/csswg/css3-animations/</a> |
42 | | - <!--http://www.w3.org/TR/2012/WD-css3-animations-20121217/--> |
| 41 | + href="http://www.w3.org/TR/2012/ED-css3-animations-20121218/">http://dev.w3.org/csswg/css3-animations/</a> |
| 42 | + <!--http://www.w3.org/TR/2012/WD-css3-animations-20121218/--> |
43 | 43 |
|
44 | 44 | <dt>Latest version: |
45 | 45 |
|
@@ -389,6 +389,16 @@ <h2 id=animations><span class=secno>2. </span> Animations</h2> |
389 | 389 | total of ten iterations). |
390 | 390 | </div> |
391 | 391 |
|
| 392 | + <p> Setting the display property to ‘<code class=property>none</code>’ |
| 393 | + will terminate any running animation applied to the element and its |
| 394 | + descendants. If an element has a display of ‘<code |
| 395 | + class=property>none</code>’, updating display to a value other than |
| 396 | + ‘<code class=property>none</code>’ will start all animations applied |
| 397 | + to the element by the ‘<a href="#animation-name"><code |
| 398 | + class=property>animation-name</code></a>’ property, as well as all |
| 399 | + animations applied to descendants with display other than ‘<code |
| 400 | + class=property>none</code>’. |
| 401 | + |
392 | 402 | <h2 id=keyframes><span class=secno>3. </span> Keyframes</h2> |
393 | 403 |
|
394 | 404 | <p> Keyframes are used to specify the values for the animating properties |
|
0 commit comments