target to tween, e.g. x, y, alpha
the property value to tween to
time in ms/frames before tween will start
duration of tween in ms/frames, exclude yoyos or repeats
ease function to use, e.g. 'Power0', 'Power1', 'Power2'
function to execute when tween completes
if set to true, once tween complete, reverses the values incrementally to get back to the starting tween values
number of times the tween should loop, or -1 to loop indefinitely
The time the tween will pause before starting either a yoyo or returning to the start for a repeat
function to execute each time the tween loops
tween config
Create tween config object, can be used to configure tween settings.
For more details about tween config object, see: https://photonstorm.github.io/phaser3-docs/Phaser.Types.Tweens.html#.TweenBuilderConfig