phaser/src/tweens
2019-02-13 16:06:00 +00:00
..
builders Final batch of typedefs 2019-02-13 16:06:00 +00:00
events Added jsdoc version numbers to each event 2019-02-12 11:37:58 +00:00
tween Final batch of typedefs 2019-02-13 16:06:00 +00:00
typedefs Final batch of typedefs 2019-02-13 16:06:00 +00:00
index.js Added Timeline Events. 2019-01-17 18:38:48 +00:00
Timeline.js A Tween Timeline will now set it's internal destroy state _before_ calling either the onComplete callback or sending the COMPLETE event. This means you can now call methods that will change the state of the Timeline, such as play, during the callback handlers, where-as before doing this would have had the internal state changed immediately, preventing it 2019-01-30 15:49:08 +00:00
TweenManager.js All listeners use the new Events 2019-01-18 13:41:43 +00:00