Type Alias TAnimationOptions

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

Options for controlling animations on the map.

Type declaration

  • Optionalduration?: number

    Duration of the animation in milliseconds.

    1000
    
  • Optionaleasing?: TEasingFunction

    Easing function to use for the animation.

    'ease-in-out'
    
MMNEPVFCICPMFPCPTTAAATR