Module transform

Source
Expand description

CSS properties related to 2D and 3D transforms.

Structs§

Matrix
A 2D matrix.
Matrix3d
A 3D matrix.
Rotate
A value for the rotate property.
TransformList
A value for the transform property.

Enums§

BackfaceVisibility
A value for the backface-visibility property.
Perspective
A value for the perspective property.
Scale
A value for the scale property.
Transform
An individual transform function.
TransformBox
A value for the transform-box property.
TransformStyle
A value for the transform-style property.
Translate
A value for the translate property.