materialElevationScaleIn

fun materialElevationScaleIn(initialAlpha: Float = 0.85f, initialScale: Float = 0.85f, durationMillis: Int = MotionConstants.DefaultMotionDuration): EnterTransition(source)

materialElevationScaleIn allows to switch a layout with elevation scale enter transition.

Parameters

initialAlpha

the starting alpha of the enter transition.

initialScale

the starting scale of the enter transition.

durationMillis

the duration of the enter transition.