Skip to content

Commit 0f5a3e8

Browse files
committed
Clarify behavior on matrix interpolation on non-invertible matrices.
1 parent 4112e17 commit 0f5a3e8

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

47
2012-05-28 ayg@aryeh.name

css3-transforms/Overview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
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

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)