materialElevationScaleOut

fun materialElevationScaleOut(targetAlpha: Float = 0.85f, targetScale: Float = 0.85f, durationMillis: Int = MotionConstants.DefaultMotionDuration): ExitTransition(source)

materialElevationScaleOut allows to switch a layout with elevation scale exit transition.

Parameters

targetAlpha

the target alpha of the exit transition.

targetScale

the target scale of the exit transition.

durationMillis

the duration of the exit transition.