You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
I'm using a modified version of the fragment-transition example, in which we have a MotionLayout containing the TouchFrameLayout. Inside of it I've replaced the fragments in the example with the ListFragment.
Afterwards I've modified the main_scene.xml to have multiple transitions like:
The issue is that if the user tries to scroll the "bottom-sheet" up and down by using the recycler-view, the motionlayout won't progress from one transition to another. Thus making the whole interaction a bit unintuitive.
Is there some way to tell the MotionLayout to use the nested scrolling to progress across transitions?
I'll attach a video of my tests (Please ignore the sticky navy blue view at the bottom.).
Screen.Recording.2023-04-12.at.17.03.06.mov
The text was updated successfully, but these errors were encountered:
Context:
I'm using a modified version of the fragment-transition example, in which we have a
MotionLayout
containing theTouchFrameLayout
. Inside of it I've replaced the fragments in the example with the ListFragment.Afterwards I've modified the main_scene.xml to have multiple transitions like:
The issue is that if the user tries to scroll the "bottom-sheet" up and down by using the recycler-view, the motionlayout won't progress from one transition to another. Thus making the whole interaction a bit unintuitive.
Is there some way to tell the MotionLayout to use the nested scrolling to progress across transitions?
I'll attach a video of my tests (Please ignore the sticky navy blue view at the bottom.).
Screen.Recording.2023-04-12.at.17.03.06.mov
The text was updated successfully, but these errors were encountered: