|
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=20140828>28 August 2014</span></span></span></h2> |
| 59 | + <span class=dt-updated><span class=value-title title=20140910>10 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> |
@@ -1082,12 +1082,22 @@ <h2 class="heading settled heading" data-level=8 id=wg-resolutions-pending><span |
1082 | 1082 | need to be edited in: |
1083 | 1083 |
|
1084 | 1084 | <p> <ul> |
| 1085 | + <li>2014-09-09 minutes (Antibes f2f) |
| 1086 | + <ul> |
| 1087 | + <li>Detail how/when keyframe values are computed; using <a href=http://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html>G.beta in dbaron’s mail</a> |
| 1088 | + <li>Agreed that both transitions and animations animate all properties. css-transitions to define animation of non-interoperable/discrete values. They take their starting values below 50% timing function progress, and end values above |
| 1089 | + <li>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>) |
| 1090 | + <li>Negative animation-delay values apply against the active duration of the animation i.e. (animation-duration*animation-iteration-count). The delay can thus swallow iterations for which no iteration event will be fired. The start/end events are still fired. Even when delay == (-1*active_duration) |
| 1091 | + <li>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime |
| 1092 | + <li>If animation-iteration-count is infinite and duration is 0, treat the iteration-count as if it was finite and run a 0s second (option A in <a href=http://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html>Brian’s mail</a>) |
| 1093 | + <li>If an animation with a negative animation delay is initially paused, the start event still fires |
| 1094 | + |
1085 | 1095 | <li>2012-10-29 minutes |
1086 | 1096 | <ul> |
1087 | | - <li>Change the animation properties to be dynamically changeable |
1088 | | - <li>@keyframes can be dynamically changed |
1089 | | - <li><del>When you encounter duplicate animations names, last one wins.</del> |
1090 | | - <li>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress. |
| 1097 | + <li><del>Change the animation properties to be dynamically changeable |
| 1098 | + </del><li><del>@keyframes can be dynamically changed |
| 1099 | + </del><li><del>When you encounter duplicate animations names, last one wins.</del> |
| 1100 | + <li><del>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.</del> |
1091 | 1101 | </ul> |
1092 | 1102 | <li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del> |
1093 | 1103 | <ul> |
@@ -1340,7 +1350,7 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class= |
1340 | 1350 | <tr><th scope=row><a data-property="">animation</a><td><single-animation>#<td>see individual properties<td>all elements, ::before and ::after pseudo-elements<td>no<td>N/A<td>interactive<td>no<td>per grammar<td>As specified</table></div> |
1341 | 1351 |
|
1342 | 1352 |
|
1343 | | -</ul><h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Do animation events fire when the duration is 0s? |
| 1353 | +</ul></ul><h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Do animation events fire when the duration is 0s? |
1344 | 1354 | <a href=#issue-1275c8d8> ↵ </a></div><div class=issue>If similar to animation-duration:0s, also relates to whether |
1345 | 1355 | animation events fire? |
1346 | 1356 | <a href=#issue-ef1c522a> ↵ </a></div><div class=issue>Clarify whether 0s animations fire start/end events or not. |
|
0 commit comments