Animation with NavigateTo

I’m trying to use animation with Navigate To in the same button, when user clicked on the button it should scale then opens the page … The problem is I couldn’t see the the animation it directs me to the other page only …

Just add a Delay to NavigateTo :slight_smile: Like this:

<NavigateTo Target="ButtonsPage" Delay="0.25"/>

Thank you so much