fix(animations): ensure all child elements are rendered before running animations
Closes #9402 Closes #9775 Closes #9887
This commit is contained in:
2
tools/public_api_guard/core/index.d.ts
vendored
2
tools/public_api_guard/core/index.d.ts
vendored
@ -67,6 +67,8 @@ export declare abstract class AnimationPlayer {
|
||||
abstract destroy(): void;
|
||||
abstract finish(): void;
|
||||
abstract getPosition(): number;
|
||||
abstract hasStarted(): boolean;
|
||||
abstract init(): void;
|
||||
abstract onDone(fn: Function): void;
|
||||
abstract pause(): void;
|
||||
abstract play(): void;
|
||||
|
Reference in New Issue
Block a user