Implement support for custom page transition animation not Shell for AndroidΒ #16353
Open
Description
Description
It would be great to have possibility to change default fragment transition animation as it was is xam forms navigation page renderer SetupPageTransition().
Because right now when navigating through pages and back it has very bad fade animation.
Public API Changes
For example, this is how it should be called navigate method on NavController inside StackNavigationManager
right now it just does like this
Intended Use-Case
It is very useful when customer wants to animate page transitions eg. scale or translate etc.