You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-transforms/Overview.bs
+5-5
Original file line number
Diff line number
Diff line change
@@ -777,7 +777,7 @@ A <<transform-list>> for the <i>computed value</i> is serialized to either one <
777
777
778
778
<pre class='propdef'>
779
779
Name: transform-origin
780
-
Value: [ left | center | right | top | bottom | <<percentage>> | <<length>> ]<br> | <br> [ left | center | right | <<percentage>> | <<length>> ]<br> [ top | center | bottom | <<percentage>> | <<length>> ] <<length>>?<br> |<br> [[ center | left | right ] && [ center | top | bottom ]] <<length>>?
780
+
Value: [ left | center | right | top | bottom | <<length-percentage>> ]<br> | <br> [ left | center | right | <<length-percentage>> ]<br> [ top | center | bottom | <<length-percentage>> ] <<length>>?<br> |<br> [[ center | left | right ] && [ center | top | bottom ]] <<length>>?
781
781
Initial: 50% 50%
782
782
Applies to: <i>transformable elements</i>
783
783
Inherited: no
@@ -1433,19 +1433,19 @@ The value of the 'transform' property is a list of <dfn><transform-function><
1433
1433
specifies a 2D transformation in the form of a <a href="#MatrixDefined">transformation matrix</a> of the six values a-f.
specifies a <a href="#TranslateDefined">2D translation</a> by the vector [tx, ty], where tx is the first translation-value parameter and ty is the optional second translation-value parameter. If <em><ty></em> is not provided, ty has zero as a value.
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