Used to create camera animations.
export interface AnimationOptions { animation: SplineAnimation; totalTimeSeconds: number;} Copy
export interface AnimationOptions { animation: SplineAnimation; totalTimeSeconds: number;}
Key frames for the camera animation.
Total time of the camera animation in seconds.
Used to create camera animations.
Source