mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
spelling: yoyo'ing
This commit is contained in:
parent
c0d92a56a7
commit
f21c3f4e07
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
* @property {number} [delay=0] - The number of milliseconds to delay before the tween will start. Each individual Tween configuration can override this value.
|
||||
* @property {array} [easeParams] - Optional easing parameters. Each individual Tween configuration can override this value.
|
||||
* @property {(string|function)} [ease='Power0'] - The easing equation to use for each tween. Each individual Tween configuration can override this value.
|
||||
* @property {number} [hold=0] - The number of milliseconds to hold each tween before yoyoing. Each individual Tween configuration can override this value.
|
||||
* @property {number} [hold=0] - The number of milliseconds to hold each tween before yoyo'ing. Each individual Tween configuration can override this value.
|
||||
* @property {integer} [repeat=0] - The number of times to repeat each tween. Each individual Tween configuration can override this value.
|
||||
* @property {number} [repeatDelay=0] - The number of milliseconds to pause before each tween will repeat. Each individual Tween configuration can override this value.
|
||||
* @property {boolean} [yoyo=false] - Should each tween complete, then reverse the values incrementally to get back to the starting tween values? The reverse tweening will also take `duration` milliseconds to complete. Each individual Tween configuration can override this value.
|
||||
|
|
Loading…
Reference in a new issue