Move and grow image

I want to build an effect where an image start somewhere on the screen and move into the center and then grow to a certain size.

The first part seem to be doable using MoveTo in Phaser 2 but not Phaser 3. Is there a replacement for MoveTo?

And I can’t figure out a way to do the second part.

Thanks

Here is a moveTo behavior plugin I made.

Thank you. That looks great. I also saw a plugin called scale down destroy in there. Probably I can modify it to do the scaling up too.

Phaser3 has a great tween feature. Examples