UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

10 lines (9 loc) 362 B
/** * @typedef {object} Phaser.Types.Animations.AnimationFrame * @since 3.0.0 * * @property {string} key - The key that the animation will be associated with. i.e. sprite.animations.play(key) * @property {(string|number)} frame - [description] * @property {number} [duration=0] - [description] * @property {boolean} [visible] - [description] */