pub type Scale = GenericScale<Number>;
Expand description
A computed CSS scale
Implementations§
Trait Implementations§
source§impl Animate for ComputedScale
impl Animate for ComputedScale
source§impl ComputeSquaredDistance for ComputedScale
impl ComputeSquaredDistance for ComputedScale
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.