浏览代码

add isScheduled to AnimationAction.d.ts

error 6 年之前
父节点
当前提交
2f8f5dcd41
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/animation/AnimationAction.d.ts

+ 1 - 0
src/animation/AnimationAction.d.ts

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