Type Alias TAnimationOptions

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

Options for controlling animations on the map.

Type declaration

  • Optionalduration?: number

    Duration of the animation in milliseconds.

    1000
    
  • Optionaleasing?: EasingCurve

    Easing function to use for the animation.

    'ease-in-out'