storyboard-root
Toggle table of contents
0.1.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
storyboard-root
storyboard-easel
/
dev.bnorm.storyboard.easel
/
animateEnterExit
animate
Enter
Exit
fun
Modifier
.
animateEnterExit
(
enter
:
EnterTransition
=
fadeIn()
,
exit
:
ExitTransition
=
fadeOut()
,
label
:
String
=
"animateEnterExit"
)
:
Modifier
(
source
)