Xamarin slide animation while navigation

Anas Guibene 491 Reputation points
2021-03-10T13:01:48.357+00:00

Hello,

I have a view that contains a button ...
after clicking the button I navigate to another view
I want to apply a slide animation when navigating!
any solutions, please?

Thanks

Developer technologies | .NET | Xamarin
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alessandro Caliaro 4,206 Reputation points
    2021-03-10T13:13:00.393+00:00

  2. JarvanZhang 23,971 Reputation points
    2021-03-11T02:26:57.01+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    I want to apply a slide animation when navigating!

    You could use the Shell template to develop the application, the navigation in the Shell has this animation style.

    Checkt he doc: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/introduction

    If you doesn't want to use the shell template, try creating the custom NavigationPage renderer to customize the transaction style on each platform.

    Best Regards,

    Jarvan Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.