Tween: Can I have array of target value?

In Phaser 2 we could just set the target value in an array for example

alpha:[1.0, 0.0, 1.0, 0.0, 1.0]

and I can’t do the same thing in Phaser 3

How or what is the alternative way to achieve the same thing in Phaser 3’s Tween?

Thanks.

Use Timelines.