Options used when moving the 3D camera.

interface AsukaCameraMoveOptions {
    animate?: boolean;
    duration?: number;
    source?: string;
}

Properties

animate?: boolean

Animate the transition. Defaults to true.

duration?: number

Transition duration in milliseconds.

source?: string

Optional integration/debug source.