-
Notifications
You must be signed in to change notification settings - Fork 18
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
Animation seems slow #31
Comments
In
the duration is changeable. You can either manually change yours to something thats fitting, or if you'd like to make a PR you can make it dynamic by doing something like |
Thanks for quick responding! I've tried changing the I'm wondering if there will be a solution because in the original repo README file, the animation seems quick enough, and like native. |
It seems to me that this is caused by the way the code implements the callback to update state: |
@SEthX Yea.. I've noticed the comment. Looking forward to improvement. |
@SEthX, @iplus26 Have you guys updated the package? I've fixed the coherency in #21 and some other animation related things #26 EDIT: My fixes seem to have been removed during @SEthX's(?) ES6 rewrite. |
@AlexGustafsson: Yes i see that, but the animations still seem to be firing On Sun, Nov 22, 2015 at 9:31 PM Alex Gustafsson [email protected]
|
@SEthX: The fixes I made no longer seem to be part of the master repository. I can try to get a PR happen during the week. If you got time, you can see what changes I made in my PRs and implement them yourself. They're all minor and should be straightforward to implement. |
Hm. I see a pattern here. Im afraid i might have nuked a bunch of changes
|
@AlexGustafsson: What's the TL;DR of that ? |
@SEthX: Try to get the NavBar to animate according to how much a user drags the route back (from the left). So that its opacity changes when you "swipe to go back". The code listed in the end of the issue as close as I've gotten. |
It's really convenient and easy for me to use gb-native-router, compared with NavigatorIOS I used before. But the animation seems slow and not that native. See below:
Is it the normal speed of transition? Or just because of my code is slow?
Is there any way to speed up the animation?
The text was updated successfully, but these errors were encountered: