Skip to main content

keyframe_from_value

Function keyframe_from_value 

Source
fn keyframe_from_value(
    cx: &mut JSContext,
    document: &Document,
    value: HandleValue<'_>,
) -> Fallible<Keyframe>
Expand description