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
Like this:
<NavigateTo Target="ButtonsPage" Delay="0.25"/>
Thank you so much