fn keyframe_from_value(
cx: &mut JSContext,
document: &Document,
value: HandleValue<'_>,
) -> Fallible<Keyframe>Expand description
Step 5 (for iterable keyframes) of https://drafts.csswg.org/web-animations-1/#process-a-keyframes-argument.