toggle menu
core
common
switch theme
search in API
core
/
com.erolc.mrouter.route.transform
/
shrinkOut
shrink
Out
@
Stable
fun
shrinkOut
(
animationSpec
:
FiniteAnimationSpec
<
IntSize
>
=
spring( stiffness = Spring.StiffnessMediumLow, visibilityThreshold = IntSize.VisibilityThreshold )
,
shrinkTowards
:
Alignment
=
Alignment.BottomEnd
,
clip
:
Boolean
=
true
,
targetSize
:
(
fullSize
:
IntSize
)
->
IntSize
=
{ IntSize(0, 0) }
)
:
ExitTransition