bottom-sheet icon indicating copy to clipboard operation
bottom-sheet copied to clipboard

Add ability to customize Bottom Sheet opening and closing animation

Open myronjwells opened this issue 3 years ago • 1 comments

Can now customize the animation of the BottomSheet View opening and closing by adding the optional animation parameter. When deciding not to provide the animation parameter the default animation is continued left as .interactiveSpring() otherwise it requires an Animation modifier.

Example Video: the custom animation added to Map Settings is set to Animation.spring(response: 0.5, dampingFraction: 2.0, blendDuration: 1.0)

https://user-images.githubusercontent.com/36911172/115977902-0ed5fd00-a54a-11eb-99dc-48a7f33e4f93.mov

myronjwells avatar Apr 25 '21 02:04 myronjwells

Hey, sorry, I might be bit late... mind release with master and submit again? Thanks

weitieda avatar May 08 '22 04:05 weitieda