AnimationRangeStart

Type Alias AnimationRangeStart 

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

A specified value for the animation-range-start.

Aliased Type§

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

Tuple Fields§

§0: GenericAnimationRangeValue<LengthPercentage>

Trait Implementations§

Source§

impl Parse for AnimationRangeStart

Source§

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

Parse a value of this type. Read more