Tell us which versions you are using:
Setting duration={1} to a <Scene /> performs as expected on open (i.e. immediately) and should perform identical on close/back.
However on close/back, the duration is ignored and the animation still persists.
duration={1} to a <Scene />Any idea on how to make the close/back act immediately instead of animated?
Thanks,
So the exit animation does not listen to the 1 second duration set on the scene?
No it doesn't. It completely ignores and animate with the default delay.
I couldn't find where this is set in the code.
Same problem.
I add duration={0} to Scene, and when pop() still animated.
I added duration={0} to the scene I'm going back to and that worked.
Most helpful comment
I added
duration={0}to the scene I'm going back to and that worked.