slide Out Vertically
fun slideOutVertically(animationSpec: FiniteAnimationSpec<IntOffset> = spring(
stiffness = Spring.StiffnessMediumLow,
visibilityThreshold = IntOffset.VisibilityThreshold
), targetOffsetY: (fullHeight: Int) -> Int = { -it / 2 }): ExitTransition