Skip to main content

TransformValue

Type Alias TransformValue 

Source
pub type TransformValue = ThinVec<TransformComponent>;
Expand description

A transform value used by the Typed OM.

This corresponds to CSSTransformValue in the Typed OM specification. It represents a <transform-list> as an ordered list of transform components.

Aliased Typeยง

#[repr(C)]
pub struct TransformValue { /* private fields */ }