We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ed056 commit 524bf93Copy full SHA for 524bf93
1 file changed
css-transforms-2/Overview.bs
@@ -557,6 +557,13 @@ each specifying a translation against one axis,
557
in the order X, Y, then Z.
558
Unspecified translations default to ''0px''.
559
560
+If only one or two values or given,
561
+this specifies a 2d translation,
562
+equivalent to the ''translate()'' function.
563
+If three values are given,
564
+this specifies a 3d translation,
565
+equivalent to the ''translate3d()'' function.
566
+
567
<pre class="propdef">
568
Name: rotate
569
Value: none | [ x | y | z | <<number>>{3} ]? && <<angle>>
0 commit comments