materialFadeThroughIn
fun materialFadeThroughIn(initialScale: Float = 0.92f, durationMillis: Int = MotionConstants.DefaultMotionDuration): EnterTransition(source)
materialFadeThroughIn allows to switch a layout with fade through enter transition.
Parameters
initialScale
the starting scale of the enter transition.
durationMillis
the duration of the enter transition.