Module style::values::computed::transform
[−]
[src]
Computed types for CSS values that are related to transformations.
Type Definitions
| DirectionVector |
A vector to represent the direction vector (rotate axis) for Rotate3D. |
| Matrix |
computed value of matrix() |
| Matrix3D |
computed value of matrix3d() |
| PrefixedMatrix |
computed value of matrix() in -moz-transform |
| PrefixedMatrix3D |
computed value of matrix3d() in -moz-transform |
| TimingFunction |
A computed timing function. |
| Transform |
A computed CSS |
| TransformOperation |
A single operation in a computed CSS |
| TransformOrigin |
The computed value of a CSS |