-
Notifications
You must be signed in to change notification settings - Fork 961
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
Add location.delta #36
Comments
I think I'd prefer to have something a bit more general, like |
Even better :). |
This would be a great improvement! I'm also relying on location.action === "POP" to detect back transitions and perform a different animation, but it is not reliable because of the (less frequent) forward transitions. Is this planned? |
I think this would make a great addition to the library, but haven't had time to get to it. I would love it if someone else could step up and take a shot at this. It's a feature that a lot of people seem to want. |
This is superseded by #334. If we can figure out how to provide |
Hey. It would be great to know the direction of the transition thus we can set a different animation (with
react-router
) for forward/back actions. I first though that I can depend onaction
but browser back/forward buttons are alwaysPOP
. I would appreciate if we can add this feature, thx?The text was updated successfully, but these errors were encountered: