toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter.route.transform
/
shrinkVertically
shrink
Vertically
@
Stable
fun
shrinkVertically
(
animationSpec
:
FiniteAnimationSpec
<
IntSize
>
=
spring( stiffness = Spring.StiffnessMediumLow, visibilityThreshold = IntSize.VisibilityThreshold )
,
shrinkTowards
:
Alignment.Vertical
=
Alignment.Bottom
,
clip
:
Boolean
=
true
,
targetHeight
:
(
fullHeight
:
Int
)
->
Int
=
{ 0 }
)
:
ExitTransition