mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 01:24:48 +00:00
833960b3c8
A single Animation object now has 3 new events: onStart, onLoop and onComplete. Animation.loopCount holds the number of times the animation has looped since it last started. Animation.stop has a new parameter: dispatchComplete. If true it'll dispatch an Animation.onComplete event. |
||
---|---|---|
.. | ||
Animation.js | ||
AnimationManager.js | ||
AnimationParser.js | ||
Frame.js | ||
FrameData.js |