NestedScrollView icon indicating copy to clipboard operation
NestedScrollView copied to clipboard

Collapse effect is not smooth when scrolling

Open ravitejasc opened this issue 3 years ago • 3 comments

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

Expected scroll:- insta

Using NestedScrollView:- custom

ravitejasc avatar Jan 30 '22 06:01 ravitejasc

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

JamisonQian avatar Jun 23 '22 02:06 JamisonQian

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.

kitakkun avatar Aug 29 '22 04:08 kitakkun

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.

RedaniOmar avatar Sep 16 '23 11:09 RedaniOmar