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
However when I try to implement this with MaterialWithModalsPageRoute, instead of the FadeTransition, there seems to be a permanent right-to-left swipe transition that I can't override, even if I provide my own transitionsBuilder.
The text was updated successfully, but these errors were encountered:
but this results in a ghost-y right-to-left transition on top of the fade-in content. basically this is a blocker for using this library since every page needs to be wrapped with this route and every page also needs custom transitions.
I would like to do a simple fade transition like this:
However when I try to implement this with MaterialWithModalsPageRoute, instead of the FadeTransition, there seems to be a permanent right-to-left swipe transition that I can't override, even if I provide my own transitionsBuilder.
The text was updated successfully, but these errors were encountered: