interface CollectionAnimation {
    animate(options: ElementAnimateOptionPos | ElementAnimateOptionRen, params?: ElementAnimateOptionsBase): this;
    clearQueue(): this;
    delay(duration: number, complete?: (() => void)): this;
    stop(clearQueue?: boolean, jumpToEnd?: boolean): this;
}

Hierarchy (view full)

Methods