Type Alias style::values::computed::box_::LineClamp

source ·
pub type LineClamp = GenericLineClamp<Integer>;
Expand description

A computed value for the line-clamp property.

Aliased Type§

struct LineClamp(pub i32);

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.