phaser/src/tween
2016-04-05 01:11:50 +01:00
..
Easing.js 2015 - 2016. 2016-04-04 22:16:16 +01:00
Tween.js Tween.update wouldn't dispatch an onLoop signal for Tweens with just one child, such as those created via Tween.to with -1 as the repeat value (thanks @ForgeableSum #2407) 2016-04-05 01:11:50 +01:00
TweenData.js TweenData.repeatTotal is a new property that keeps track of the total number of times the Tween should repeat. If TweenData.start is called, as a result of the Tween repeatCount being > 0 then the child tween resets its total before re-starting. 2016-04-05 01:06:05 +01:00
TweenManager.js 2015 - 2016. 2016-04-04 22:16:16 +01:00