I've created a new project using "Template Studio for WinUI" extension project.
When navigating to a page, the page becomes visible and then slides up. I don't see any behavior that could be doing this.
Anyone know how to stop that?
Thanks
I've created a new project using "Template Studio for WinUI" extension project.
When navigating to a page, the page becomes visible and then slides up. I don't see any behavior that could be doing this.
Anyone know how to stop that?
Thanks
Copyright © 2021 Jogjafile Inc.
I guess you want to disable the animation transition that
Frameoffers for navigation. In order to do that, find theNavigateTomethod inNavigationService(NavigationService.cs) and passSuppressNavigationTransitionInfoto theNavigatemethod: