-
Notifications
You must be signed in to change notification settings - Fork 41
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
vRedirector.historyBack() does not use reverse transition animation #197
Comments
The animation in the reverse direction only plays when a page is removed from the top of the stack (which is what happens with |
would this enable arbitrary pop transitions? So the user has the impression of popping the stack while he is actually switching to another nested route? |
|
How can I access |
I did not read well .. 😊 I would like to try a PR on this. Can you give me a push in the right direction? @lulupointu |
Sure awesome!
Solution 1 might be simpler so I would start with this and see how it feels when using it. Let me know if you need more help 😊 |
I was able to pass a working transitionDelegate into vrouter_delegate.dart. have a look here: But I don't understand how to proceed to either case 1. or 2. you mentioned from here. Where could Thank you for your support and respect maximum for the library itself :) |
Hi, I'm just a random user who discovered this package recently. |
In the VRouter body, I defined buildTransition, as well as onPop and onPopSystem.
However, in the case of vRedirector.historyBack(), the animation in the reverse direction is not played. Inside widgets, context.vRouter.historyBack() works as expected, with reverse animation.
Any idea why the reverse animation isn't happening? Or at least a workaround.
Source code
The text was updated successfully, but these errors were encountered: