File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2012-05-26 dschulze@adobe.com
1+ 2012-05-29 dschulze@adobe.com
2+ Clarify behavior on matrix interpolation on non-invertible matrices.
3+
4+ 2012-05-28 dschulze@adobe.com
25 Add note about side effects on converting transform functions to matrix.
36
472012-05-28 ayg@aryeh.name
Original file line number Diff line number Diff line change 3939
4040 < h1 > CSS Transforms</ h1 >
4141
42- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 May 2012</ h2 >
42+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 May 2012</ h2 >
4343
4444 < dl >
4545 < dt > This version:
4646
4747 < dd > < a
48- href ="http://www.w3.org/TR/2012/ED-css3-transforms-20120528 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
49- <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120528 /-->
48+ href ="http://www.w3.org/TR/2012/ED-css3-transforms-20120529 / "> http://dev.w3.org/csswg/css3-transforms/</ a >
49+ <!--http://www.w3.org/TR/2012/WD-css3-transforms-20120529 /-->
5050
5151 < dt > Latest version:
5252
@@ -2901,6 +2901,10 @@ <h2 id=matrix-interpolation><span class=secno>20. </span> Interpolation of
29012901 a linearly interpolation of the transform functions.</ p >
29022902 </ div >
29032903
2904+ < p > If one of the matrices for interpolation is non-invertible, the used
2905+ animation function must fallback to a discrete animation according to the
2906+ rules of the respective animation specification.
2907+
29042908 < h3 id =matrix-decomposing > < span class =secno > 20.1. </ span > Decomposing the
29052909 Matrix</ h3 >
29062910
Original file line number Diff line number Diff line change @@ -2743,6 +2743,12 @@ <h2 id="matrix-interpolation">
27432743 the transform functions.
27442744 </ p >
27452745 </ div >
2746+
2747+ < p >
2748+ If one of the matrices for interpolation is non-invertible, the used animation
2749+ function must fallback to a discrete animation according to the rules of the
2750+ respective animation specification.
2751+ </ p >
27462752
27472753 < h3 id ="matrix-decomposing "> Decomposing the Matrix</ h3 >
27482754
You can’t perform that action at this time.
0 commit comments