Back to Angular

Index.Api

goldens/public-api/animations/browser/testing/index.api.md

22.0.0-next.101.9 KB
Original Source

API Report File for "@angular/animations_browser_testing"

Do not edit this file. It is a report generated by API Extractor.

ts

// @public @deprecated (undocumented)
export class MockAnimationDriver implements AnimationDriver {
    // (undocumented)
    animate(element: any, keyframes: ArrayStyleDataMap>, duration: number, delay: number, easing: string, previousPlayers?: any[]): MockAnimationPlayer;
    // (undocumented)
    computeStyle(element: any, prop: string, defaultValue?: string): string;
    // (undocumented)
    containsElement(elm1: any, elm2: any): boolean;
    // (undocumented)
    getParentElement(element: unknown): unknown;
    // (undocumented)
    static log: AnimationPlayer[];
    // (undocumented)
    query(element: any, selector: string, multi: boolean): any[];
    // (undocumented)
    validateAnimatableStyleProperty(prop: string): boolean;
    // (undocumented)
    validateStyleProperty(prop: string): boolean;
}

// @public @deprecated (undocumented)
export class MockAnimationPlayer extends NoopAnimationPlayer {
    constructor(element: any, keyframes: ArrayStyleDataMap>, duration: number, delay: number, easing: string, previousPlayers: any[]);
    // (undocumented)
    beforeDestroy(): void;
    // (undocumented)
    currentSnapshot: ɵStyleDataMap;
    // (undocumented)
    delay: number;
    // (undocumented)
    destroy(): void;
    // (undocumented)
    duration: number;
    // (undocumented)
    easing: string;
    // (undocumented)
    element: any;
    // (undocumented)
    finish(): void;
    // (undocumented)
    hasStarted(): boolean;
    // (undocumented)
    keyframes: ArrayStyleDataMap>;
    // (undocumented)
    play(): void;
    // (undocumented)
    previousPlayers: any[];
    // (undocumented)
    previousStyles: ɵStyleDataMap;
    // (undocumented)
    reset(): void;
}

// (No @packageDocumentation comment for this package)