Start native apps faster with the Composables CLI ->
Class

FadeConfig

Configuration parameters for the fade 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.