Strata - v1.4.10
    Preparing search index...

    Interface UseAnimationBlendOptions

    Options for the useAnimationBlend hook.

    interface UseAnimationBlendOptions {
        defaultDuration?: number;
        easing?: (t: number) => number;
    }
    Index

    Properties

    defaultDuration?: number

    Default blend duration in seconds

    easing?: (t: number) => number

    Easing function for blend transitions