spelling: yoyo'ing

This commit is contained in:
Josh Soref 2019-10-29 02:43:09 -04:00
parent c0d92a56a7
commit f21c3f4e07

View file

@ -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.