mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 01:17:43 +00:00
Update StaggerConfig.js
This commit is contained in:
parent
77e830a557
commit
d404a5d658
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
* @typedef {object} Phaser.Types.Tweens.StaggerConfig
|
||||
* @since 3.19.0
|
||||
*
|
||||
* @property {any} targets - The object, or an array of objects, to run the tween on.
|
||||
* @property {number} [delay=0] - The number of milliseconds to delay before the tween will start.
|
||||
* @property {number} [duration=1000] - The duration of the tween in milliseconds.
|
||||
* @property {(string|function)} [ease='Power0'] - The easing equation to use for the tween.
|
||||
|
|
Loading…
Reference in a new issue