Hi there,
i’m trying to build a simple app navigation transition between two frames that contain fixed elements (navigation bars) and scrollable content.
The first frame has a link element at the bottom of the scrollable content, which has a navigation interaction that triggers the transition to the second frame:
- You have to scroll to reach this link element
- Animation type is “Push”
- “Animate matching layers” is checked
- State → “Reset scroll position” is checked
On click the transition starts and the matching fixed elements/navigation bars stay perfectly in place, as expected.
BUT: the content on the second frame seems also to be scrolled and snaps back in position AFTER the transition animation is finished. Expected behavior would be that the scrollable content of the second frame is in its initial position according to the static layout and doesn’t snap.
I’ve attached a screencapture of the unexpected/buggy behavior.
Has anyone observed this behavior before and possibly found a solution for it?