pub type TransformOrigin = BackgroundPosition<false>;Expand description
transform-origin value with a CSS initial value of center center.
Aliased Type§
pub struct TransformOrigin(pub SpacePair<PositionComponent>);Tuple Fields§
§0: SpacePair<PositionComponent>