NestedScrollView
NestedScrollView copied to clipboard
Collapse effect is not smooth when scrolling
How to achieve a smooth scroll effect like an Instagram profile page?
Expected scroll:-

Using NestedScrollView:-

How to achieve a smooth scroll effect like an Instagram profile page?
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.
Smooth scrolling works fine when you scroll up, but when you scroll down, it doesn't maintain the same smoothness; it abruptly stops when you release your hand, unlike the upward scroll behavior.