Property Description
The transform-style property specifies how nested elements are rendered in 3D space.
This property has the following syntax:
transform-style: flat|preserve-3d|initial|inherit;
Property Values
| Value | Description |
|---|---|
| flat | (default) Specifies that the child elements will not preserve their 3D positions |
| preserve-3d | Specifies that the child elements will preserve their 3D positions |
| initial | Specifies that the value of the property should be set to the default value |
| inherit | Specifies that the value of the property should be inherited from the parent element |
Browser Support
| Chrome | Firefox | IE | Safari | Opera |
|---|---|---|---|---|
| 36.0
12.0 -webkit- |
16.0
10.0 -moz- |
11.0 | 4.0 -webkit | 23.0
15.0 -webkit- |
Miscellaneous Information
| Inherited: | No |
|---|---|
| Defined In: | CSS3 |
| Default Value: | flat |
