How to change span indexes sequentially (2 -> 1 -> 0, not 2 -> 0) #2071
Unanswered
IslamRustamov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have 3 snap points. If I drag bottom sheet really fast from snap point 3 to snap point 1 - I will skip the snap point 2 (in onAnimate it's going to be skipped). How do I make my bottom sheet to work in such a way that it will sequentially change snap points?
I did something like this:
But this solution doesn't really work all the time.
Beta Was this translation helpful? Give feedback.
All reactions