monks/transform_style
The transform-style CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.
Values
pub const flat: #(String, String)
- : Indicates that the children of the element are lying in the plane of the element itself.
pub const preserve_3d: #(String, String)
- : Indicates that the children of the element should be positioned in the 3D-space.
pub const revert_layer: #(String, String)