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

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
0 comments No comments
{count} votes

2 answers

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

  2. JarvanZhang 23,951 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