|
29 | 29 |
|
30 | 30 | <h1>CSS Transitions</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 March 2011</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <dt>This version: |
36 | 36 |
|
37 | | - <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110321"> |
| 37 | + <dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110326"> |
38 | 38 | http://dev.w3.org/csswg/css3-transitions/</a> |
39 | | - <!--http://www.w3.org/TR/2011/WD-css3-transitions-20110321--> |
| 39 | + <!--http://www.w3.org/TR/2011/WD-css3-transitions-20110326--> |
40 | 40 |
|
41 | 41 | <dt>Latest version: |
42 | 42 |
|
@@ -873,6 +873,25 @@ <h2 id=reversing><span class=secno>4. </span> Automatically reversing |
873 | 873 | for example, if the transition reversing to state A was again interrupted |
874 | 874 | by a property change to state B. |
875 | 875 |
|
| 876 | + <p class=issue>Issue: This introduces the concept of reversing a timing |
| 877 | + function, which the spec has otherwise resisted doing, and also introduces |
| 878 | + a discontinuity between transitions that have almost completed (which get |
| 879 | + automatically reversed and thus have their timing function reversed) and |
| 880 | + transitions that have fully completed (where the reversal doesn't lead to |
| 881 | + the timing function being reversed). An alternative proposal that avoids |
| 882 | + this is to follow the normal timing function algorithm, except multiply |
| 883 | + the duration (and also shorten any negative delay) by the (output) value |
| 884 | + of the transition timing function of the incomplete transition at the time |
| 885 | + it was interrupted, and, to account for multiple reverses in sequence, to |
| 886 | + divide by the shortening applied to the transition being interrupted. For |
| 887 | + more details see this thread: <a |
| 888 | + href="http://lists.w3.org/Archives/Public/www-style/2009Nov/thread.html#msg302">November |
| 889 | + 2009 part</a>, <a |
| 890 | + href="http://lists.w3.org/Archives/Public/www-style/2009Dec/thread.html#msg319">December |
| 891 | + 2009 part</a>, <a |
| 892 | + href="http://lists.w3.org/Archives/Public/www-style/2010Jan/thread.html#msg136">January |
| 893 | + 2010 part</a>. |
| 894 | + |
876 | 895 | <h2 id=transition-events-><span class=secno>5. </span> Transition Events</h2> |
877 | 896 |
|
878 | 897 | <p> The completion of a CSS Transition generates a corresponding <a |
|
0 commit comments