seek should auto pause the tween

This commit is contained in:
Eric Rowell
2013-05-11 16:48:24 -07:00
parent 7c05184d85
commit 3e99e5e705

View File

@@ -223,6 +223,7 @@
this.fire('onReverse'); this.fire('onReverse');
}, },
seek: function(t) { seek: function(t) {
this.pause();
this._time = t; this._time = t;
this.update(); this.update();
this.fire('onSeek'); this.fire('onSeek');