refactor(animations): add an onStart handler for AnimationPlayer (#10360)
This commit is contained in:
3
tools/public_api_guard/core/index.d.ts
vendored
3
tools/public_api_guard/core/index.d.ts
vendored
@ -69,7 +69,8 @@ export declare abstract class AnimationPlayer {
|
||||
abstract getPosition(): number;
|
||||
abstract hasStarted(): boolean;
|
||||
abstract init(): void;
|
||||
abstract onDone(fn: Function): void;
|
||||
abstract onDone(fn: () => void): void;
|
||||
abstract onStart(fn: () => void): void;
|
||||
abstract pause(): void;
|
||||
abstract play(): void;
|
||||
abstract reset(): void;
|
||||
|
Reference in New Issue
Block a user