Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TAnimationOptions

    Options for controlling animations on the map.

    type TAnimationOptions = {
        duration?: number;
        easing?: TEasingFunction;
    }
    Index

    Properties

    Properties

    duration?: number

    Duration of the animation in milliseconds.

    1000
    

    Easing function to use for the animation.

    'ease-in-out'