phaser/src/tween
photonstorm f991f9cee8 Tweens have a new event: onLoop.
Tweens - Example showing how to use the tween events, onStart, onLoop and onComplete.
Lots of documentation fixes in the Tween class.
Tweens fire an onLoop event if they are set to repeat. onComplete is now only fired for the final repeat (or never if the repeat is infinite)
Tween.onStart is now called when the tween starts AFTER the delay value, if given (thanks stevenbouma)
2013-12-18 13:02:01 +00:00
..
Easing.js The entire Phaser library has been updated to match the new JSHint configuration. 2013-11-25 04:40:04 +00:00
Tween.js Tweens have a new event: onLoop. 2013-12-18 13:02:01 +00:00
TweenManager.js The entire Phaser library has been updated to match the new JSHint configuration. 2013-11-25 04:40:04 +00:00