Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#34074 from errorx666/three-issched…
Browse files Browse the repository at this point in the history
…uled

add AnimationAction.isScheduled to three
  • Loading branch information
sheetalkamat authored Mar 21, 2019
2 parents 19f6862 + ae3c306 commit 1d13c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/three/three-core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export class AnimationAction {
stop(): AnimationAction;
reset(): AnimationAction;
isRunning(): boolean;
isScheduled(): boolean;
startAt(time: number): AnimationAction;
setLoop(mode: AnimationActionLoopStyles, repetitions: number): AnimationAction;
setEffectiveWeight(weight: number): AnimationAction;
Expand Down

0 comments on commit 1d13c1c

Please sign in to comment.