commit
90de3db461
@ -27,10 +27,11 @@ var cancelAnimationFrame = global.cancelAnimationFrame
|
||||
this._t0 = +new Date();
|
||||
this.callback = callback;
|
||||
this._time = 0.0;
|
||||
|
||||
this.options = torque.extend({
|
||||
animationDelay: 0,
|
||||
maxDelta: 0.2,
|
||||
loop: options.loop
|
||||
loop: options.loop === undefined ? true : options.loop
|
||||
}, this.options);
|
||||
|
||||
this.rescale();
|
||||
|
Loading…
Reference in New Issue
Block a user