mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Renamed tween config defaults
This commit is contained in:
parent
eebe58f1c9
commit
a2352f2049
3 changed files with 4 additions and 3 deletions
|
@ -22,7 +22,7 @@ var TweenData = require('../tween/TweenData');
|
|||
*
|
||||
* @param {(Phaser.Tweens.TweenManager|Phaser.Tweens.Timeline)} parent - [description]
|
||||
* @param {object} config - [description]
|
||||
* @param {Phaser.Tweens.Tween~ConfigDefaults} defaults - [description]
|
||||
* @param {Phaser.Tweens.TweenConfigDefaults} defaults - [description]
|
||||
*
|
||||
* @return {Phaser.Tweens.Tween} [description]
|
||||
*/
|
||||
|
|
|
@ -24,7 +24,7 @@ var TweenData = require('../tween/TweenData');
|
|||
*
|
||||
* @param {(Phaser.Tweens.TweenManager|Phaser.Tweens.Timeline)} parent - [description]
|
||||
* @param {object} config - [description]
|
||||
* @param {Phaser.Tweens.Tween~ConfigDefaults} defaults - [description]
|
||||
* @param {Phaser.Tweens.TweenConfigDefaults} defaults - [description]
|
||||
*
|
||||
* @return {Phaser.Tweens.Tween} [description]
|
||||
*/
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @typedef {object} Phaser.Tweens.Tween~ConfigDefaults
|
||||
* @typedef {object} Phaser.Tweens.TweenConfigDefaults
|
||||
*
|
||||
* @property {(object|object[])} targets - [description]
|
||||
* @property {number} [delay=0] - [description]
|
||||
* @property {number} [duration=1000] - [description]
|
||||
|
|
Loading…
Add table
Reference in a new issue