animate To Rest
suspend fun animateToRest(animationSpec: AnimationSpec<Float> = spring(stiffness = Spring.StiffnessLow))
Animates the slider back to the start position. Usually called when the user releases the drag before reaching the confirmThreshold.