fn get_property_declarations(
cx: &mut JSContext,
object: HandleObject<'_>,
parser_context: &ParserContext<'_>,
) -> Fallible<Vec<KeyframePropertyDeclaration>>Expand description
Implements Step 2-6 of https://drafts.csswg.org/web-animations-1/#process-a-keyframe-like-object.