这个transform-origin
属性允许您更改转换元素的位置。
2D 变换可以更改元素的 x 轴和 y 轴。 3D 变换还可以更改元素的 z 轴。
为了更好地理解transform-origin
属性,查看演示。
笔记:该属性必须与转换属性。
提示:为了更好地了解此属性3D 变换,查看演示。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -webkit-、-moz- 或 -o- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
transform-origin (two-value syntax) |
36.0 4.0 -webkit- |
10.0 9.0 -ms- |
16.0 3.5 -moz- |
9.0 3.2 -webkit- |
23.0 15.0 -webkit- 10.5 -o- |
transform-origin (three-value syntax) |
36.0 12.0 -webkit- |
10.0 | 16.0 10.0 -moz- |
9.0 4.0 -webkit- |
23.0 15.0 -webkit- |
transform-origin:
x-axis y-axis z-axis|initial|inherit;
Property Value | Description |
---|---|
x-axis | Defines where the view is placed at the x-axis. Possible values:
|
y-axis | Defines where the view is placed at the y-axis. Possible values:
|
z-axis | Defines where the view is placed at the z-axis (for 3D transformations). Possible values:
|
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 2D 变换
CSS教程:CSS 3D 变换
HTML DOM 参考:变换原点属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!