Module transform

Source
Expand description

Computed types for CSS values that are related to transformations.

Re-exports§

pub use crate::values::generics::transform::TransformStyle;
pub use crate::values::specified::transform::TransformBox;

Type Aliases§

DirectionVector
A vector to represent the direction vector (rotate axis) for Rotate3D.
Matrix
computed value of matrix()
Matrix3D
computed value of matrix3d()
PerspectiveFunction
The computed value of the perspective() transform function.
Rotate
A computed CSS rotate
Scale
A computed CSS scale
Transform
A computed CSS transform
TransformOperation
A single operation in a computed CSS transform
TransformOrigin
The computed value of a CSS <transform-origin>
Translate
A computed CSS translate