PerspectiveOrigin 属性定义 3D 元素在 x 轴和 y 轴上的位置。此属性允许您更改 3D 元素的底部位置。
当定义元素的perspectiveOrigin 属性时,定位的是子元素,而不是元素本身。
笔记:该属性必须与看法属性,并且仅影响 3D 变换元素!
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
perspectiveOrigin | 36.0 | 10.0 | 16.0 | 6.1 | 23.0 |
返回透视图原点属性:
object.style.perspectiveOrigin
设置透视图原点属性:
object.style.perspectiveOrigin
= "x-axis y-axis|initial|inherit"
Value | Description |
---|---|
x-axis | Defining where the view is placed at the x-axis Possible values:
Default value: 50% |
y-axis | Defining where the view is placed at the y-axis Possible values:
Default value: 50% |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 50% 50% |
---|---|
返回值: | 一个字符串,表示元素的透视原点属性 |
CSS版本 | CSS3 |
JavaScript 样式对象:透视属性
CSS 参考:透视原点属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!