docs: update animations to use `@publicApi` tags (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin 2018-10-19 18:34:43 +01:00 committed by Alex Rickabaugh
parent bb0f95b6fb
commit 4c2ce4e8ba
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
/** @experimental */
export declare abstract class AnimationDriver {
abstract animate(element: any, keyframes: {
[key: string]: string | number;

View File

@ -1,4 +1,3 @@
/** @experimental */
export declare class MockAnimationDriver implements AnimationDriver {
animate(element: any, keyframes: {
[key: string]: string | number;
@ -11,7 +10,6 @@ export declare class MockAnimationDriver implements AnimationDriver {
static log: AnimationPlayer[];
}
/** @experimental */
export declare class MockAnimationPlayer extends NoopAnimationPlayer {
currentSnapshot: ɵStyleData;
delay: number;