UNPKG

phaser

Version:

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

9 lines (8 loc) 386 B
/** * @typedef {object} Phaser.Types.Animations.JSONAnimationFrame * @since 3.0.0 * * @property {string} key - The key of the Texture this AnimationFrame uses. * @property {(string|number)} frame - The key of the Frame within the Texture that this AnimationFrame uses. * @property {number} duration - Additional time (in ms) that this frame should appear for during playback. */