UNPKG

phaser

Version:

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

10 lines (9 loc) 343 B
/** * @callback Phaser.Types.Scenes.SceneTransitionOnStartCallback * @since 3.60.0 * * @this Phaser.Scene * @param {Phaser.Scene} fromScene - Scene instance to transition from. * @param {Phaser.Scene} toScene - Scene instance to transition to. * @property {number} [duration=1000] - The duration, in ms, for the transition to last. */