UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

8 lines (7 loc) 297 B
/** * @typedef {object} Phaser.Types.Animations.JSONAnimations * @since 3.0.0 * * @property {Phaser.Types.Animations.JSONAnimation[]} anims - An array of all Animations added to the Animation Manager. * @property {number} globalTimeScale - The global time scale of the Animation Manager. */