Skip to content

Commit a63f94c

Browse files
author
cmarrin
committed
trying to make the wording in 'Recomposing the matrix' section more clear
1 parent 4a44c27 commit a63f94c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

css3-2d-transforms/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ <h3 id=recomposing-the-matrix><span class=secno>7.4. </span>Recomposing the
830830
element. One way to use these values is to recompose them into a 4x4
831831
matrix. This can be done using the Transformation Functions of the <em><a
832832
href="#effects">transform</a></em> property. The following JavaScript
833-
example produces a string for this purpose:
833+
example produces a string for this purpose. The values passed in are the
834+
output of the Unmatrix function above:
834835

835836
<pre>
836837
function compose(translate, rotate, scale, skew, perspective, elementID)

css3-2d-transforms/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,8 @@ <h3>Recomposing the matrix</h3>
770770
<p>
771771
After interpolation the resulting values are used to position the element. One way to use these values
772772
is to recompose them into a 4x4 matrix. This can be done using the Transformation Functions of the
773-
<em>transform</em> property. The following JavaScript example produces a string for this purpose:
773+
<em>transform</em> property. The following JavaScript example produces a string for this purpose. The
774+
values passed in are the output of the Unmatrix function above:
774775

775776
</p>
776777
<pre>

0 commit comments

Comments
 (0)