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
* @property {number} [hold=0] - The number of milliseconds to hold the tween for before yoyo'ing.
12
+
* @property {number} [repeat=0] - The number of times to repeat the tween.
13
+
* @property {number} [repeatDelay=0] - The number of milliseconds to pause before a tween will repeat.
14
+
* @property {boolean} [yoyo=false] - Should the 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.
0 commit comments