Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.animation
/
AnimationContent
Animation
Content
@
Composable
fun
<
S
>
AnimationContent
(
state
:
S
,
modifier
:
Modifier
=
Modifier
,
alignment
:
Alignment
=
Alignment.TopStart
,
contentKey
:
(
S
)
->
Any
?
=
{ it }
,
duration
:
Int
?
=
null
,
enter
:
(
Int
)
->
EnterTransition
?
=
null
,
exit
:
(
Int
)
->
ExitTransition
?
=
null
,
content
:
@
Composable
AnimatedContentScope
.
(
S
)
->
Unit
)