parse_animation_range

Function parse_animation_range 

Source
fn parse_animation_range<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>,
    default_percentage: LengthPercentage,
) -> Result<AnimationRangeValue, ParseError<'i>>