Skip to main content

AnimationRangeEnd

Type Alias AnimationRangeEnd 

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

A specified value for the animation-range-end.

Aliased Type§

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

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>

Trait Implementations§

Source§

impl Parse for AnimationRangeEnd

Source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>

Parse a value of this type. Read more