Pauses a running animation.
this._stopTimer(); if(!this._active){ return this; /*dojo._Animation*/ } this._paused = true; this._fire("onPause", [this.curve.getValue(this._percent)]); return this; // dojo._Animation