Animate items inside menu

Hi!
I am using a navigation bar to display a menu that occupies the entire screen. I would like that when the menu appears, each item in turn also appears with an animation, but I can not think of what trigger to use to make this happen.

So in the image above, I would like to add an animation to the XXXX’s

I also can not find a way to access the NavBar animation.

Any help will be appreciated!
Thanks!

I think you’d want to add to the click trigger on the menu button to add delays before any animation on the links start. Then you can do anything you want to the links.

Thanks @DFink, that was exactly it!