Type alias TAnimationOptions

TAnimationOptions: {
    duration?: number;
    easing?: CAMERA_EASING_MODE;
}

Configurations for an animation

Type declaration

  • Optional duration?: number

    Animation duration in milliseconds

  • Optional easing?: CAMERA_EASING_MODE

    Mode for easing in and out of the animation.