From d404a5d65837c8626f4afa294e5773cea0b4299d Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 1 Jul 2019 17:10:38 +0100 Subject: [PATCH] Update StaggerConfig.js --- src/tweens/typedefs/StaggerConfig.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tweens/typedefs/StaggerConfig.js b/src/tweens/typedefs/StaggerConfig.js index a7ce5e675..83dc7db9e 100644 --- a/src/tweens/typedefs/StaggerConfig.js +++ b/src/tweens/typedefs/StaggerConfig.js @@ -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.