Function style::properties::generated::animated_properties::animate_discrete

source ยท
fn animate_discrete<T: Clone>(
    this: &T,
    other: &T,
    procedure: Procedure,
) -> Result<T, ()>