-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Navigator] pop animations hang and lag slowly in 0.14.2 #4132
Comments
It seems to affect Scene Configs with longer transitions. |
cc @mkonicek this is an example of where offloading animations is good ;) |
Not seeing any changes to Navigator.js that landed in 0.14 that would have impacted this. Are you sure that this was the only change that you made? Are you not maybe running some code in response to navigator focus events? |
Can you elaborate on what you mean by "navigator focus events"? |
Definitely not, never used that before. As far as I understand, I am just doing simple pushes and pops, and passing in |
Is this fixed in master? Cause this is there in 0.15.0-rc The relevant issue - #3669 |
Thanks for additional context @satya164! Are you guys only experiencing this on Android? |
@brentvatne I've not tested on iOS yet. |
@mkonicek - are you seeing this at all internally? not sure who should be assigned |
Same, not tested on iOS for me. Here is a higher res/better video showing the problem: https://www.dropbox.com/s/6ze2xllvmzrrk79/2015_11_15_16_45_56.mp4?dl=0 Also note the crazy angled animation on the last view that occurs with:
|
+1 I can confirm this is happening on Android. Just simple push and pop, nothing else. Could this be a problem with animating the opacity? |
Installing When using 0.16.0-rc:
Is there a way to install this specific "version" that I am unaware of? Installing a library at a certain pull request is not the most straightforward thing to do... @satya164 - have you got it to work? Or have you seen the transition animations be fixed in your app? |
Closing this since this has been fixed with b12117a |
https://www.dropbox.com/s/6ze2xllvmzrrk79/2015_11_15_16_45_56.mp4?dl=0
Ever since upgrade to 0.14.2, Navigator
pop()
animations hang and look laggy overall. As you can see in the video the view being popped "hangs" for noticeably too long, then abruptly disappears. This is not ideal and seems like a regression in terms of performance, and or is a definite bug.Yes it is Genymotion, yes dev mode is false, tested on brand new Nexus 5x - same thing. It was flawless before in 0.13.x
(Disregard the animation lag in the view pushes, I'll chalk that up to the emulator performance. Just pay attention to the back arrow clicks and the 'X' button clicks)
First view being pushed is:
Second one is:
The text was updated successfully, but these errors were encountered: