Ok guys, I have a game to write with Phaser3 and this is my first experience with Phaser.
I need to write a rotating spinner game (where you rotate a spinner and win something). Here is an example image of a spinner for you to get the idea.

So now I need to rotate this spinner to some defined angle in some defined seconds. So my question is, does phaser 3 has some rotation animation where I can say rotate picture to some angle in some seconds? Or do I need to deal with it in update(time,delta) function of Phaser3 and do all calculations by myself?