Skip to content

Commit 2955df2

Browse files
committed
isPlaying method.
1 parent 2be710c commit 2955df2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

v3/src/tween/Tween.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ var Tween = new Class({
7575
this.callbackScope;
7676
},
7777

78+
isPlaying: function ()
79+
{
80+
return (this.state === TWEEN_CONST.ACTIVE);
81+
},
82+
7883
calcDuration: require('./components/CalcDuration'),
7984
init: require('./components/Init'),
8085
loadValues: require('./components/LoadValues'),

0 commit comments

Comments
 (0)