透视属性定义 3D 元素在视图中放置的像素数。此属性允许您更改查看 3D 元素的视角。
定义元素的透视属性时,获取透视视图的是子元素,而不是元素本身。
笔记:透视属性仅影响 3D 变换的元素!
提示:将此属性与视角起源属性,它允许您更改 3D 元素的底部位置。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
perspective | 36.0 | 10.0 | 16.0 | 6.1 | 23.0 |
返回透视属性:
object.style.perspective
设置透视属性:
object.style.perspective
= "length|none"
Value | Description |
---|---|
length | How far the element is placed from the view |
none | Default value. Same as 0. The perspective is not set |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 没有任何 |
---|---|
返回值: | 一个字符串,表示元素的透视属性 |
CSS版本 | CSS3 |
JavaScript 样式对象:透视原点属性
CSS 参考:透视属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!