Closed 12d closed 11 years ago
Those are in there for inheritance reasons - the parameters aren't used in the Animation._kill() method, but it is in the TweenLite._kill() method (and others). Keep in mind that Animation is a base class for TweenLite, TweenMax, TimelineLite and TimelineMax.
p._kill = function(vars, target) { return this._enabled(false, false); };
these methods in 'Animate', arguments are not used.