Is there a way we can use spring animation spec, b...
# compose
s
Is there a way we can use spring animation spec, but also make it “bounce” like EaseOutBounce does from this blogpost “*Easing in to Easing Curves in Jetpack Compose*” Basically wanted to use this bouncing easing, but I am in a situation where I want that to play right after a fling. So in order to maintain the velocity that it already had I need to use spring spec, a tweenSpec (which accepts an Easing) cancels the velocity completely instead which is not what I need here.