2D & 3D Transforms
Advanced properties used to create depth.
2D & 3D Transforms properties allow you to visually alter a component's position, size, and orientation, often through manipulation of its coordinates and depth. These advanced properties are used to create rotations, scaling effects, and 3D visual depth without disrupting the underlying layout flow.
Backface Visibility

This property controls whether the reverse side of a component is visible when the component is rotated in 3D space (such as with a 3D rotation transform).
- This is typically applied to Image or View components that have been rotated by a significant degree.
- By default, Backface Visibility is set to Visible, meaning the back side of the component remains rendered when facing the user.
- When the property is set to Hidden, the component will not be visible when its reverse side is facing the user, which is useful for creating clean flip or card-turning effects.
Did this answer your question?
