Module transform

Source
Expand description

Specified types for CSS values that are related to transformations.

Re-exports§

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

Enums§

OriginComponent
The specified value of a component of a CSS <transform-origin>.
TransformBox
The specified value of transform-box. https://drafts.csswg.org/css-transforms-1/#transform-box

Functions§

all_transform_boxes_are_enabled 🔒

Type Aliases§

Rotate
A specified CSS rotate
Scale
A specified CSS scale
Transform
A specified CSS transform
TransformOperation
A single operation in a specified CSS transform
TransformOrigin
The specified value of a CSS <transform-origin>
Translate
A specified CSS translate