@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface Animatable

    interface Animatable {
        animate(
            keyframes: Keyframe[] | PropertyIndexedKeyframes,
            options?: number | KeyframeAnimationOptions,
        ): Animation;
        getAnimations(options?: GetAnimationsOptions): Animation[];
    }

    Hierarchy (View Summary)

    Index

    Methods