-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transition bug? #34
Comments
I did not understand. Is this a bug report or a feature request? |
It is both 😂 |
Hi, Get uses native transitions to prevent breaches in app stores. This does not mean that you cannot casually use a different transition, but iOS manual analysis will reject your app if all transitions are different from Cupertino. |
If you want to navigate without transitions, you can use duration: Duration (seconds: 0) Since there is no bug description here, and no clear critical resource request, I am closing this. |
Added Duration 0, but the BACK animation is STILL left to right with a 300 ms... Please fix this! |
I need transitionOn and transitionOff properties. |
Sorry this was the probleme |
The problem about Duration not working has been resolved. Was he related in any way to this issue? |
In the latest version this was fixed, thanks |
When I call Get.to(..., transition.fade)
I see the off transition on the previous page rightToLeft with fade (but it will be fade OUT ONLY)
Any way to create a Transition.Nothing? (and/or transitionIn/transitionOut?)
I need to handle the in and out animations too.
Thanks
The text was updated successfully, but these errors were encountered: