pub type AnimationRangeStart = GenericAnimationRangeStart<LengthPercentage>;Expand description
A specified value for the animation-range-start.
Aliased Type§
#[repr(transparent)]pub struct AnimationRangeStart(pub GenericAnimationRangeValue<LengthPercentage>);Tuple Fields§
§0: GenericAnimationRangeValue<LengthPercentage>Trait Implementations§
Source§impl Parse for AnimationRangeStart
impl Parse for AnimationRangeStart
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