|
@@ -122,8 +122,6 @@ AnimationAction._new.prototype = {
|
|
|
|
|
|
isRunning: function() {
|
|
|
|
|
|
- var start = this._startTime;
|
|
|
-
|
|
|
return this.enabled && ! this.paused && this.timeScale !== 0 &&
|
|
|
this._startTime === null && this._mixer._isActiveAction( this );
|
|
|
|
|
@@ -190,8 +188,6 @@ AnimationAction._new.prototype = {
|
|
|
|
|
|
crossFadeFrom: function( fadeOutAction, duration, warp ) {
|
|
|
|
|
|
- var mixer = this._mixer;
|
|
|
-
|
|
|
fadeOutAction.fadeOut( duration );
|
|
|
this.fadeIn( duration );
|
|
|
|