Collection of key frames for camera animation.

interface SplineAnimation {
    progressKeyFrames: ProgressKeyFrame[];
    rotationKeyFrames: RotationKeyFrame[];
}

Properties

progressKeyFrames: ProgressKeyFrame[]

Key frames for camera progress along a given curve.

rotationKeyFrames: RotationKeyFrame[]

Key frames for camera rotation.