I want to make an image scale with tweens. In the API I found nothing on how to scale a GameObject with a tween. In the examples I found several cases of properties used that are not documented in
https://photonstorm.github.io/phaser3-docs/Phaser.Tweens.Builders.html#.TweenBuilder
I found a scaleX property for example, but I would like to read some documentation on it (I don’t really get what scaleX: 1
does.
So, my specific question is how to make a GameObject scale with tweens?
But the more general question is: Where is the complete documentation for tween properties?