You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-animations/Overview.bs
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,13 @@ Keyframes</h2>
308
308
{T}{O} {return TO_SYM;}
309
309
</pre>
310
310
311
+
<p class="issue">
312
+
This specification needs to define
313
+
how the value is determined from the keyframes,
314
+
like the section on
315
+
<a href="http://dev.w3.org/csswg/css-transitions/#application">Application of transitions</a>
316
+
does for CSS Transitions.
317
+
</p>
311
318
312
319
<h3 id="timing-functions">
313
320
Timing functions for keyframes</h3>
@@ -1124,7 +1131,7 @@ Working Group Resolutions that are pending editing</h2>
1124
1131
<li>2014-09-09 minutes (Antibes f2f)
1125
1132
<ul>
1126
1133
<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>
1127
-
<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
1134
+
<li><del>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</del>
1128
1135
<li><del>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>)
1129
1136
<li><del>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)
1130
1137
<li><del>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
<li>Detail how/when keyframe values are computed; using <ahref="http://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html">G.beta in dbaron’s mail</a>
1895
1906
1896
-
<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
1907
+
<li>
1908
+
<del>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</del>
1909
+
1897
1910
1898
1911
<li>
1899
1912
<del>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<ahref="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>)
Copy file name to clipboardExpand all lines: css-transitions/Overview.bs
+49-3Lines changed: 49 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Editor: Chris Marrin, Apple Inc, cmarrin@apple.com
28
28
Issue Tracking: Bugzilla bugs for this level https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Transitions&resolution=---&status_whiteboard=defer%20to%20level%202&status_whiteboard_type=notregexp
29
29
Issue Tracking: Bugzilla bugs for all levels https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&product=CSS&component=Transitions&resolution=---
30
30
Abstract: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
31
-
Status Text: <strong>This document</strong> is expected to be relatively close to last call. While some issues raised have yet to be addressed, new features are extremely unlikely to be considered for this level.
31
+
Status Text: <strong>This document</strong> is expected to be relatively close to last call. While some issues raised have yet to be addressed, new features are extremely unlikely to be considered for this level. <p>The following behaviors are at risk: <ul><li><a href="#discrete-interpolation-at-risk">Interpolation in steps of property types that cannot be interpolated</a></li></ul>
32
32
Ignored Terms: float
33
33
</pre>
34
34
<!-- FIXME: font-size and font-weight link defaults don't work -->
<li>Values that cannot be interpolated are transitioned when the timing function crosses its midpoint, instead of not running transitions and changing immediately.</li>
1637
1683
<li>Canceling and interrupting of running transitions is defined much more precisely. This includes the after-change style no longer including styles from CSS Transitions.</li>
1638
1684
<li>Completion of transitions is defined somewhat more precisely.</li>
1639
1685
<li>The transitionend event is no longer cancelable. This is since it has no default action, so canceling it would have no meaning. It also matches the animation events.</li>
0 commit comments