pub fn parse_keyframe_list<'a>(
    context: &mut ParserContext<'a>,
    input: &mut Parser<'_, '_>,
    shared_lock: &SharedRwLock
) -> Vec<Arc<Locked<Keyframe>>>
Expand description

Parses a keyframe list from CSS input.