fn parse_single_property_declaration(
property: NonCustomPropertyId,
input: &str,
parser_context: &ParserContext<'_>,
) -> Option<KeyframePropertyDeclaration>Expand description
Parses input as a value for property, returning None on failure.