Type Definition style::values::computed::transform::TransformOrigin

source ·
pub type TransformOrigin = GenericTransformOrigin<LengthPercentage, LengthPercentage, Length>;
Expand description

The computed value of a CSS <transform-origin>

Implementations§

source§

impl TransformOrigin

source

pub fn initial_value() -> Self

Returns the initial computed value for transform-origin.