pub type AnimationRangeEnd = GenericAnimationRangeEnd<LengthPercentage>;Expand description
A specified value for the animation-range-end.
Aliased Type§
#[repr(transparent)]pub struct AnimationRangeEnd(pub GenericAnimationRangeValue<LengthPercentage>);Tuple Fields§
§0: GenericAnimationRangeValue<LengthPercentage>Trait Implementations§
Source§impl Parse for AnimationRangeEnd
impl Parse for AnimationRangeEnd
Source§fn parse(
context: &ParserContext<'_>,
input: &mut Parser<'_>,
) -> Result<Self, ParseError>
fn parse( context: &ParserContext<'_>, input: &mut Parser<'_>, ) -> Result<Self, ParseError>
Parse a value of this type. Read more