|
56 | 56 | </p> |
57 | 57 | <h1 class="p-name no-ref" id=title>CSS Animations Level 1</h1> |
58 | 58 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
59 | | - <span class=dt-updated><span class=value-title title=20140915>15 September 2014</span></span></span></h2> |
| 59 | + <span class=dt-updated><span class=value-title title=20140917>17 September 2014</span></span></span></h2> |
60 | 60 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-animations/>http://www.w3.org/TR/css3-animations/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css3-animations/>http://dev.w3.org/csswg/css3-animations/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-animations-20130219/ rel=previous>http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a><dd><a href=http://www.w3.org/TR/2012/WD-css3-animations-20120403/ rel=previous>http://www.w3.org/TR/2012/WD-css3-animations-20120403/</a> |
61 | 61 | <dt>Feedback:</dt> |
62 | 62 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback">www-style@w3.org</a> |
@@ -228,17 +228,9 @@ <h2 class="heading settled heading" data-level=3 id=animations><span class=secno |
228 | 228 | the animation, before the animation delay has expired, and after the end of |
229 | 229 | the animation. |
230 | 230 |
|
231 | | - </p><figure> |
232 | | - <img alt="" src=./sandwich.png> |
233 | | - <figcaption>Computation of animated property values</figcaption> |
234 | | - </figure> |
235 | | - |
236 | | -<p> The diagram above shows how property values are computed. The intrinsic |
237 | | - style is shown at the top of the diagram. The computed value is derived |
238 | | - from intrinsic style at the times when an animation is not running and |
239 | | - also when an animation is delayed (see below for specification of animation |
240 | | - delay). During an animation, the computed style is derived from the |
241 | | - animated value. |
| 231 | +<p> While running, the animation computes the value of those properties |
| 232 | + it animates. Other values may take precedence over the animated value |
| 233 | + according to the CSS cascade (<a data-biblio-type=normative data-link-type=biblio href=#css3cascade title=css3cascade>[CSS3CASCADE]</a>). |
242 | 234 |
|
243 | 235 | <p> The start time of an animation is the time at which the style applying |
244 | 236 | the animation and the corresponding @keyframes rule are both resolved. |
|
0 commit comments