pub type TransformOrigin = GenericTransformOrigin<LengthPercentage, LengthPercentage, Length>;
Expand description
The computed value of a CSS <transform-origin>
Implementations§
source§impl TransformOrigin
impl TransformOrigin
sourcepub fn initial_value() -> Self
pub fn initial_value() -> Self
Returns the initial computed value for transform-origin
.