Used to create camera animations.

interface AnimationOptions {
    animation: SplineAnimation;
    totalTimeSeconds: number;
}

Properties

animation: SplineAnimation

Key frames for the camera animation.

totalTimeSeconds: number

Total time of the camera animation in seconds.