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(C)]
pub struct AnimationRangeStart(pub GenericAnimationRangeValue<LengthPercentage>);

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>