We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524bf93 commit 48f19e8Copy full SHA for 48f19e8
css-transforms-2/Overview.bs
@@ -557,7 +557,7 @@ 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,
+If only one or two values are given,
561
this specifies a 2d translation,
562
equivalent to the ''translate()'' function.
563
If three values are given,
@@ -609,7 +609,18 @@ Animatable: as <<number>> list
609
The 'scale' property accepts 1-3 values,
610
each specifying a scale along one axis,
611
in order X, Y, then Z.
612
-Unspecified scales default to ''1''.
+
613
+If only the X value is given,
614
+the Y value defaults to the same value.
615
616
+If one or two values are given,
617
+this specifies a 2d scaling,
618
+equivalent to the ''scale()'' function.
619
+If three values are given,
620
+this specifies a 3d scaling,
621
+equivalent to the ''scale3d()'' function.
622
623
+----
624
625
All three properties accept
626
(and default to)
0 commit comments