transform-style - CSS(层叠样式表) 编辑
这是一个实验中的功能
此功能某些浏览器尚在开发中,请参考浏览器兼容性表格以得到在不同浏览器中适合使用的前缀。由于该功能对应的标准文档可能被重新修订,所以在未来版本的浏览器中该功能的语法和行为可能随之改变。
CSS 属性 transform-style
设置元素的子元素是位于 3D 空间中还是平面中。
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
如果选择平面,元素的子元素将不会有 3D 的遮挡关系。
由于这个属性不会被继承,因此必须为元素的所有非叶子子元素设置它。
语法
/* Keyword values */
transform-style: flat;
transform-style: preserve-3d;
/* Global values */
transform-style: inherit;
transform-style: initial;
transform-style: unset;
值
flat
- 设置元素的子元素位于该元素的平面中。
preserve-3d
- 指示元素的子元素应位于 3D 空间中。
正式语法
flat | preserve-3d
规范
Specification | Status | Comment |
---|---|---|
CSS Transforms Level 2 transform-style | Editor's Draft | Initial definition. |
初始值 | flat |
---|---|
适用元素 | transformable elements |
是否是继承属性 | 否 |
计算值 | as specified |
Animation type | discrete |
Creates stacking context | yes |
浏览器兼容性
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.另见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论