AnimationRangeEnd

Type Alias AnimationRangeEnd 

Source
pub type AnimationRangeEnd = GenericAnimationRangeEnd<LengthPercentage>;
Expand description

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

Aliased Type§

#[repr(C)]
pub struct AnimationRangeEnd(pub GenericAnimationRangeValue<LengthPercentage>);

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>