Script API - v1.21.120.24
    Preparing search index...

    Interface AnimationOptionsBeta

    Used to create camera animations.

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

    Properties

    animation: SplineAnimation

    Key frames for the camera animation.

    totalTimeSeconds: number

    Total time of the camera animation in seconds.