|
@@ -19,6 +19,7 @@ export class AnimationAction {
|
|
stop(): AnimationAction;
|
|
stop(): AnimationAction;
|
|
reset(): AnimationAction;
|
|
reset(): AnimationAction;
|
|
isRunning(): boolean;
|
|
isRunning(): boolean;
|
|
|
|
+ isScheduled(): boolean;
|
|
startAt(time: number): AnimationAction;
|
|
startAt(time: number): AnimationAction;
|
|
setLoop(
|
|
setLoop(
|
|
mode: AnimationActionLoopStyles,
|
|
mode: AnimationActionLoopStyles,
|