You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Would be very helpful if one could style the animation when pushing a page onto the stack.
Right now its animating from bottom to top and theres no possibility to change this at all.
API Changes
The boolean parameter when performing the push could be changed to a directional statement or the state of no animation at all.
e.g. [...].PushModalAsync(new Page_A(), Left);
Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.
The text was updated successfully, but these errors were encountered:
This will not happen anymore for Xamarin.Forms. If this is still important to you, make sure to check the .NET MAUI repo and see if it's already on the roadmap or open an issue with a detailed feature request. Thanks!
Summary
Would be very helpful if one could style the animation when pushing a page onto the stack.
Right now its animating from bottom to top and theres no possibility to change this at all.
API Changes
The boolean parameter when performing the push could be changed to a directional statement or the state of no animation at all.
e.g.
[...].PushModalAsync(new Page_A(), Left);
Intended Use Case
Provide a detailed example of where your proposal would be used and for what purpose.
The text was updated successfully, but these errors were encountered: