Status Update
Comments
ke...@google.com <ke...@google.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
a....@cmcmarkets.com <a....@cmcmarkets.com> #3
ke...@google.com <ke...@google.com> #4
This is due to new motionScheme property. Previously the bug was fixed by using tween animation and starting from 1.4 spring is used again.
a....@cmcmarkets.com <a....@cmcmarkets.com> #5
We can either use an "effects" motion, which is not bouncy and will not cause the animation values over or under 1 and -1.
But I recall we have taken care of this problem specifically for this this component at
A few questions for the reporter:
- Can you provide some code to replicate it.
- Did you make changes to the MotionScheme default values? Did you pick
standard
orexpressive
as a motion scheme in the MaterialTheme?
Thanks
Description
Jetpack Compose version: BoM 2024.09.02
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: Tooltip
Android Studio Build: Android Studio Koala Feature Drop | 2024.1.2
Kotlin version: 2.0.20
Steps to Reproduce or Code Sample to Reproduce:
Tooltip API is not customisable enough. We should be able to set tooltip max width and intercept the onDismiss request to achieve behaviour similar to the one shown on the video attached