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

    Type Alias TCameraAnimationOptions

    Options for Camera animations on the map.

    type TCameraAnimationOptions = {
        duration?: number;
        easing?: TEasingFunction;
        interruptible?: boolean;
    }
    Index

    Properties

    duration?: number

    Duration of the animation in milliseconds.

    Easing function to use for the animation.

    interruptible?: boolean

    Whether the current animation will be interrupted, or must complete before starting any new animations @default: true