@rendley/sdk - v1.15.5
    Preparing search index...

    Interface TrackDefaults

    Default interpolation metadata applied to keyframes on a track when the keyframe itself omits it.

    interface TrackDefaults {
        handleIn?: BezierHandle;
        handleOut?: BezierHandle;
        hold?: boolean;
    }
    Index

    Properties

    handleIn?: BezierHandle
    handleOut?: BezierHandle
    hold?: boolean