In nav3, I’ve set up a two-pane scene such that navigating forward slides in the new pane from the right, the right pane moves to the left, and the left pane slide out to the left. However, going back causes animation issues. I simply want the reverse to happen when going back. By default, the new left pane slides in, and the right pane is empty (the right entry snaps into place once the predictive back is finished. There is no transition of the entry from left pane to right pane. I’m struggling to understand why it works moving forwards but not backwards. I notice the nav-recipes (two-pane and list-detail) don’t seem to handle transitions well at all. I know I could try using
SharedTransitionLayout
but first wanted to check whether I’m just doing something wrong. In short, does nav3 support this sliding in/out transition?