-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bottom sheet state - progress does not expose correct value #53
Comments
+1 I'm facing the same issue! |
Thanks for reporting this issue @MFlisar. I am planning of having a look at all the issues around the end of this week. Could you both kindly let me know if this is a blocker for you or how it affects you? |
Hey @alexstyl thanks for the follow-up, it's not a blocker in my case, just a UI tweak. |
I'm doing something similar - I want to animate something in parallel to the bottom sheet. No big deal though as long as |
I'm also facing this issue when trying to animate content based on the bottom sheet's position. As others have mentioned, the workaround is to use |
When observing the bottom sheet state I see that the progress jumps to 1 as soon as I drag the bottom sheet to 50% and then it stays there.
Logs look like following then:
Seems like the internal logic skips the next best value (the
closest
insideUnstyledDraggableAnchors
) and as a side effect the progress between settled and target instantly becomes 1...Notes
1.20.0
The text was updated successfully, but these errors were encountered: