You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tweens/TweenManager.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,7 @@ var TweenManager = new Class({
300
300
* @method Phaser.Tweens.TweenManager#stagger
301
301
* @since 3.19.0
302
302
*
303
+
* @param {(number|number[])} value - The amount to stagger by, or an array containing two elements representing the min and max values to stagger between.
303
304
* @param {Phaser.Types.Tweens.StaggerConfig} config - The configuration object for the Stagger function.
0 commit comments