phaser/src/animations
2022-10-31 18:08:01 +00:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
typedefs Animation.showBeforeDelay is a new optional boolean property you can set when creating, or playing an animation. If the animation has a delay before playback starts this controls if it should still set the first frame immediately, or after the delay has expired (the default). 2022-10-31 18:01:35 +00:00
Animation.js Animation.showBeforeDelay is a new optional boolean property you can set when creating, or playing an animation. If the animation has a delay before playback starts this controls if it should still set the first frame immediately, or after the delay has expired (the default). 2022-10-31 18:01:35 +00:00
AnimationFrame.js Updated copyright year 2022-02-28 14:29:51 +00:00
AnimationManager.js Fixed lint errors 2022-05-10 17:06:53 +01:00
AnimationState.js When playing a chained animation, the nextAnim property could get set to undefined which would stop the next animation in the queue from being set. The check now handles all falsey cases. Fix #5852 2022-10-31 18:08:01 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00