🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ScaleConfig

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

Content updated: