Tlaster/NestedScrollView

Collapse effect is not smooth when scrolling

ravitejasc opened this issue · 3 comments

How to achieve a smooth scroll effect like an Instagram profile page?

Expected scroll:-
insta

Using NestedScrollView:-
custom

How to achieve a smooth scroll effect like an Instagram profile page?

Expected scroll:- insta insta

Using NestedScrollView:- custom custom

Have you solved the problem that the sliding is not smooth? I also encountered this problem using this library now, the scrolling is not very smooth, especially when the list is swiped quickly, the list will be very stuck @ravitejasc

I've faced the same issue, and finally found the solution. The cause of this problem seems to be a bug on Jetpack Compose. Try to update Jetpack Compose version to 1.3.0-alpha02 or above. This might fix your problem.

For your information -> https://developer.android.com/jetpack/androidx/releases/compose-ui
Please see "Bug Fixes" section at "Version 1.3.0-alpha02".

Hope this helps.