Jetpack Compose: ModalBottomSheet Not Animating Smoothly
I’m working on a Jetpack Compose project and using the ModalBottomSheet from Material3 to display a bottom sheet when a FloatingActionButton is clicked. However, I’m experiencing issues with the sheet not animating smoothly when it appears or disappears. The animation seems to lag or isn’t as fluid as expected.