Skip to main content

AnimationRangeStart

Type Alias AnimationRangeStart 

Source
pub type AnimationRangeStart = GenericAnimationRangeStart<LengthPercentage>;
Expand description

A computed value for the animation-range-start property.

Aliased Type§

#[repr(transparent)]
pub struct AnimationRangeStart(pub GenericAnimationRangeValue<LengthPercentage>);

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>

Implementations§

Source§

impl AnimationRangeStart

Source

pub fn normal() -> Self

The normal value.