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 {
|
||||
abstract animate(element: any, keyframes: {
|
||||
[key: string]: string | number;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue