We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
play
1 parent 06d1618 commit 9f1946eCopy full SHA for 9f1946e
1 file changed
src/tweens/tween/Tween.js
@@ -653,7 +653,7 @@ var Tween = new Class({
653
{
654
if (resetFromTimeline === undefined) { resetFromTimeline = false; }
655
656
- if (this.state === TWEEN_CONST.ACTIVE || this.state === TWEEN_CONST.PENDING_ADD)
+ if (this.state === TWEEN_CONST.ACTIVE || (this.state === TWEEN_CONST.PENDING_ADD && this._pausedState === TWEEN_CONST.PENDING_ADD))
657
658
return this;
659
}
0 commit comments