This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Enhancement] Provide ability to specify the animation during a Shell navigation #555
Closed
1 of 2 tasks
Labels
feature-request
A request for a new feature.
needs-approval
Feature request has been submitted but is awaiting final approval. Please do not implement before!
Summary
To provide a way to specify the animation (FadeTo, TraslateTo right/left...) that will be used when issuing a shell navigation
for example
Shell.Current.GoToAsync("//MainPage", true,FadeTo);
Intended Use Case
It will be used in case someone want to specify an animation during the navigation rather than the default one, like for example I want my next page to come from left, I will specify in the
GoToAsync
method something like:Shell.Current.GoToAsync("//MainPage", true, TranslateToRight);
More Context
[Spec] Transitions Api #6033
Who Will Do The Work?
The text was updated successfully, but these errors were encountered: