Skip to content

Commit 953fc12

Browse files
authored
Merge pull request #4053 from lahmatiy/patch-6
[css-transforms-2] Simplify matrix3d() syntax
2 parents ffbfa06 + 00a87b2 commit 953fc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-transforms-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ In the following <dfn export>3d transform functions</dfn>, a <<zero>> behaves th
880880
("Unitless 0" angles are preserved for legacy compat reasons.)
881881

882882

883-
: <span class='prod'><dfn>matrix3d()</dfn> = matrix3d( <<number>> [, <<number>> ]{15,15} )</span>
883+
: <span class='prod'><dfn>matrix3d()</dfn> = matrix3d( <<number>>#{16} )</span>
884884
:: specifies a 3D transformation as a 4x4 homogeneous matrix of 16 values in column-major order.
885885
: <span class='prod'><dfn>translate3d()</dfn> = translate3d( <<length-percentage>> , <<length-percentage>> , <<length>> )</span>
886886
:: specifies a <a href="#Translate3dDefined">3D translation</a> by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively.

0 commit comments

Comments
 (0)