--- title: transform-style slug: Web/CSS/transform-style translation_of: Web/CSS/transform-style ---
Свойство transform-style
CSS определяет положение дочернего элемента в 3D-пространстве или в той же плоскости, что и родительский элемент.
Если flat, то дочерний элемент не будет существовать в своем собственном 3D-пространстве.
Поскольку это свойство не наследуется, его следует устанавливать для всех не прямых потомков элемента.
{{cssinfo}}
/* Keyword values */ transform-style: preserve-3d; transform-style: flat; /* Global values */ transform-style: inherit; transform-style: initial; transform-style: unset;
preserve-3d
flat
Specification | Status | Comment |
---|---|---|
{{SpecName('CSS3 Transforms', '#transform-style', 'transform-style')}} | {{Spec2('CSS3 Transforms')}} | Initial definition |
{{CompatibilityTable}}
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 12{{property_prefix('-webkit')}} | {{CompatGeckoDesktop("10")}}{{property_prefix('-moz')}} {{CompatGeckoDesktop("16")}} |
10[1] | 15{{property_prefix('-webkit')}} | {{CompatVersionUnknown}}{{property_prefix('-webkit')}} |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 3.0{{property_prefix('-webkit')}} | {{CompatGeckoMobile("10")}}{{property_prefix('-moz')}} {{CompatGeckoMobile("16")}} |
8.1 | {{CompatVersionUnknown}}{{property_prefix('-webkit')}} | {{CompatVersionUnknown}}{{property_prefix('-webkit')}} |
[1] Internet Explorer currently doesn't support the preserve-3d
value.