Maybe using CarouselView? I think you can use something like https://learn.microsoft.com/it-it/xamarin/xamarin-forms/user-interface/carouselview/scrolling#scroll-an-item-at-an-index-into-view
Xamarin slide animation while navigation
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
2 answers
Sort by: Most helpful
-
-
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
Shelltemplate to develop the application, the navigation in theShellhas 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.