Collapse effect is not smooth when scrolling
ravitejasc opened this issue · 3 comments
ravitejasc commented
JamisonQian commented
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
kitakkun commented
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.