Start native apps faster with the Composables CLI ->
Class

ChangeSizeConfig

Configuration parameters for the size change (expand/shrink) effect of an EnterTransition or ExitTransition.

EnterExitTransitionConfigSample

@Sampled
@Composable
fun EnterExitTransitionConfigSample() {
    var visible by remember { mutableStateOf(true) }

    // A custom transition container that uses enter/exit transition configurations to build custom
    // transition behavior.