这个perspective-origin
属性定义用户从哪个位置查看 3D 定位元素。
当定义perspective-origin
对于元素的属性,子元素将获得效果,而不是元素本身。
笔记:该属性必须与看法属性!
为了更好地理解透视原点属性,查看演示。
默认值: | 50% 50% |
---|---|
遗传: | 不 |
可动画: | 是的。阅读可动画的尝试一下 |
版本: | CSS3 |
JavaScript 语法: | 对象.style.perspectiveOrigin="10px 50%"尝试一下 |
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -webkit- 或 -moz- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
perspective-origin | 36.0 12.0 -webkit- |
10.0 | 16.0 10.0 -moz- |
9.0 4.0.3 -webkit- |
23.0 15.0 -webkit- |
perspective-origin:
x-axis y-axis|initial|inherit;
Property Value | Description | Demo |
---|---|---|
x-axis | Defining where the view is placed at the x-axis Possible values:
Default value: 50% |
Demo ❯ |
y-axis | Defining where the view is placed at the y-axis Possible values:
Default value: 50% |
Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 3D 变换
HTML DOM 参考:透视原点属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!