pub type Scale = GenericScale<Number>;
Expand description
A computed CSS scale
Aliased Type§
enum Scale {
None,
Scale(f32, f32, f32),
}
Variants§
Implementations§
Trait Implementations§
source§impl ComputeSquaredDistance for Scale
impl ComputeSquaredDistance for Scale
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.