Animation mechanism - Animating my menu node like in PowerPoint

Hello mates

I’m in phase of creating a menu to my game. I want to create something pleasant to the eye. I want to create animations like the one we have in PowerPoint (see enclosed picture).

So far the only 2 animation I found are
1- “fade-in/out” and
2- “scale out/in” beautiful animation I found in our asset “Slasher Prototype”

It would the world to me if someone has something interesting to share regarding this.

Thanks a million,
Riad

you need to look into animating using easing (i suggest you try outsine) with things like position and scale.

1 Like

the code will be go.animate(), look it up

1 Like

Hello Josh, thanks for the tip dear.

I also found this old document https://defold.com/tutorials/main-menu/
it’s a wonderful template to start with… I hope the document will be improved in the future to include more features

Regards
Riad