docs: update animations to use `@publicApi` tags (#26595)
PR Close #26595
This commit is contained in:
parent
bb0f95b6fb
commit
4c2ce4e8ba
|
@ -1,4 +1,3 @@
|
||||||
/** @experimental */
|
|
||||||
export declare abstract class AnimationDriver {
|
export declare abstract class AnimationDriver {
|
||||||
abstract animate(element: any, keyframes: {
|
abstract animate(element: any, keyframes: {
|
||||||
[key: string]: string | number;
|
[key: string]: string | number;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/** @experimental */
|
|
||||||
export declare class MockAnimationDriver implements AnimationDriver {
|
export declare class MockAnimationDriver implements AnimationDriver {
|
||||||
animate(element: any, keyframes: {
|
animate(element: any, keyframes: {
|
||||||
[key: string]: string | number;
|
[key: string]: string | number;
|
||||||
|
@ -11,7 +10,6 @@ export declare class MockAnimationDriver implements AnimationDriver {
|
||||||
static log: AnimationPlayer[];
|
static log: AnimationPlayer[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @experimental */
|
|
||||||
export declare class MockAnimationPlayer extends NoopAnimationPlayer {
|
export declare class MockAnimationPlayer extends NoopAnimationPlayer {
|
||||||
currentSnapshot: ɵStyleData;
|
currentSnapshot: ɵStyleData;
|
||||||
delay: number;
|
delay: number;
|
||||||
|
|
Loading…
Reference in New Issue