vot.js - v2.4.12
    Preparing search index...
    interface Animatable {
        animate(
            keyframes: null | Keyframe[] | PropertyIndexedKeyframes,
            options?: number | KeyframeAnimationOptions,
        ): Animation;
        getAnimations(options?: GetAnimationsOptions): Animation[];
    }

    Hierarchy (View Summary)

    Index

    Methods