Collection of key frames for camera animation.
export interface SplineAnimation { progressKeyFrames: ProgressKeyFrame[]; rotationKeyFrames: RotationKeyFrame[];} Copy
export interface SplineAnimation { progressKeyFrames: ProgressKeyFrame[]; rotationKeyFrames: RotationKeyFrame[];}
Key frames for camera progress along a given curve.
Key frames for camera rotation.
Collection of key frames for camera animation.
Source