Type Alias LineClamp

Source
pub type LineClamp = GenericLineClamp<Integer>;
Expand description

A computed value for the line-clamp property.

Aliased Type§

#[repr(transparent)]
pub struct LineClamp(pub i32);

Tuple Fields§

§0: i32

Trait Implementations§

Source§

impl Animate for LineClamp

Source§

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

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