@@ -557,7 +557,7 @@ each specifying a translation against one axis,
557
557
in the order X, Y, then Z.
558
558
Unspecified translations default to ''0px'' .
559
559
560
- If only one or two values or given,
560
+ If only one or two values are given,
561
561
this specifies a 2d translation,
562
562
equivalent to the ''translate()'' function.
563
563
If three values are given,
@@ -609,7 +609,18 @@ Animatable: as <<number>> list
609
609
The 'scale' property accepts 1-3 values,
610
610
each specifying a scale along one axis,
611
611
in order X, Y, then Z.
612
- Unspecified scales default to ''1'' .
612
+
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
+ ----
613
624
614
625
All three properties accept
615
626
(and default to)
0 commit comments