Open ghitier opened 3 weeks ago
Fixes an edge case of animateToPosition, where it would early exit when position === animatedPosition.value, but wouldn't stop the currently running animation. Therefore the bottom-sheet would proceed animating to an erroneous position.
animateToPosition
position === animatedPosition.value
Fixes an edge case of
animateToPosition
, where it would early exit whenposition === animatedPosition.value
, but wouldn't stop the currently running animation. Therefore the bottom-sheet would proceed animating to an erroneous position.