chain method
Implementation
Tween chain() {
List<Tween> tweens = [];
// TODO
// for (var _i = 0; _i < arguments.length; _i++) {
// tweens[_i] = arguments[_i];
// }
this._chainedTweens = tweens;
return this;
}
Tween chain() {
List<Tween> tweens = [];
// TODO
// for (var _i = 0; _i < arguments.length; _i++) {
// tweens[_i] = arguments[_i];
// }
this._chainedTweens = tweens;
return this;
}