This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2025-01-10 20:28:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c616e32964
phaser
/
src
/
tweens
History
Richard Davey
a9d6951660
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
..
builders
Happy New Year
2019-01-15 16:20:22 +00:00
events
Added Timeline Events.
2019-01-17 18:38:48 +00:00
tween
Added missing jsdocs
2019-01-23 23:49:04 +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