Skip to main content

AnimationRangeEnd

Type Alias AnimationRangeEnd 

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

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

Aliased Type§

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

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>

Implementations§

Source§

impl AnimationRangeEnd

Source

pub fn normal() -> Self

The normal value.