瀏覽代碼

Merge pull request #16125 from errorx666/types

add isScheduled to AnimationAction.d.ts
Mr.doob 6 年之前
父節點
當前提交
aa53b408b1
共有 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,