pub fn capture_curve(
name: &str,
anim: &Animated,
clip_duration: f64,
absolute: bool,
) -> Option<CurvePreset>Expand description
Snapshot a property’s keys as a preset (normalised unless absolute). None if the property has no keys.