goldens/public-api/animations/browser/testing/index.api.md
Do not edit this file. It is a report generated by API Extractor.
// @public @deprecated (undocumented)
export class MockAnimationDriver implements AnimationDriver {
// (undocumented)
animate(element: any, keyframes: Array<ɵStyleDataMap>, 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: Array<ɵStyleDataMap>, 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: Array<ɵStyleDataMap>;
// (undocumented)
play(): void;
// (undocumented)
previousPlayers: any[];
// (undocumented)
previousStyles: ɵStyleDataMap;
// (undocumented)
reset(): void;
}
// (No @packageDocumentation comment for this package)