Type Alias Translate

Source
pub type Translate = GenericTranslate<LengthPercentage, Length>;
Expand description

A computed CSS translate

Aliased Type§

#[repr(C, u8)]
pub enum Translate { None, Translate(LengthPercentage, LengthPercentage, CSSPixelLength), }

Variants§

§

None

‘none’

§

Translate(LengthPercentage, LengthPercentage, CSSPixelLength)

[ ? ]?

Implementations§

Trait Implementations§

Source§

impl Animate for Translate

Source§

fn animate(&self, other: &Self, procedure: Procedure) -> Result<Self, ()>

Animate a value towards another one, given an animation procedure.
Source§

impl ComputeSquaredDistance for Translate

Source§

fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>

Computes the squared distance between two animatable values.