Scroll to entry function in Repeating Group -> wish to scroll before it displays

I am making single page application with bdk native.

Above is chat app, and there’s two group

  1. friend list page group
  2. friend profile page group

from the friend list page group, when some cell is clicked, it’ll show friend profile.
from friend profile, when back button is clicked it’ll show friend list page, and it scrolls to that friend profile.
I made the transition by changing state, and group’s visibility is decided by that state.

My question is I don’t want show scroll motion to users. Therefore, I scrolled first and then page transition like below image.
However, like the clip above, it shows page transition first and scrolling is shown to users