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

    Interface BezierHandle

    Bezier control point in normalized [0, 1] curve space.

    time controls the horizontal handle offset relative to the keyframe and value controls the vertical easing influence used by bezier interpolation.

    interface BezierHandle {
        time: number;
        value: number;
    }
    Index

    Properties

    Properties

    time: number
    value: number