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
I like to use Transition.cupertino for page transitions, but I want to be able to use it reversed as well: now, the new page slides in from right to left, pushing the old page away, but I also want it sliding in from the left and pushing the old page out to the right.
I think thats not possible with the available transitions, so I was trying to make my own custom transition perhaps, but I cannot find any (working) example of how to use it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I like to use Transition.cupertino for page transitions, but I want to be able to use it reversed as well: now, the new page slides in from right to left, pushing the old page away, but I also want it sliding in from the left and pushing the old page out to the right.
I think thats not possible with the available transitions, so I was trying to make my own custom transition perhaps, but I cannot find any (working) example of how to use it.
This is what the code looks like now:
Hope someone can help, thanks!
PS I love using GetX :)
Beta Was this translation helpful? Give feedback.
All reactions