pub type Translate = GenericTranslate<LengthPercentage, Length>;
Expand description
A computed CSS translate
Implementations§
Trait Implementations§
source§impl Animate for ComputedTranslate
impl Animate for ComputedTranslate
source§impl ComputeSquaredDistance for ComputedTranslate
impl ComputeSquaredDistance for ComputedTranslate
source§fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
Computes the squared distance between two animatable values.