-
public final class MaterialFadeThroughKt
-
-
Method Summary
Modifier and Type Method Description final static ContentTransformmaterialFadeThrough(Integer durationMillis)materialFadeThrough allows to switch a layout with a fade through animation. final static EnterTransitionmaterialFadeThroughIn(Float initialScale, Integer durationMillis)materialFadeThroughIn allows to switch a layout with fade through enter transition. final static ExitTransitionmaterialFadeThroughOut(Integer durationMillis)materialFadeThroughOut allows to switch a layout with fade through exit transition. -
-
Method Detail
-
materialFadeThrough
final static ContentTransform materialFadeThrough(Integer durationMillis)
materialFadeThrough allows to switch a layout with a fade through animation.
- Parameters:
durationMillis- the duration of transition.
-
materialFadeThroughIn
final static EnterTransition materialFadeThroughIn(Float initialScale, Integer durationMillis)
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.
-
materialFadeThroughOut
final static ExitTransition materialFadeThroughOut(Integer durationMillis)
materialFadeThroughOut allows to switch a layout with fade through exit transition.
- Parameters:
durationMillis- the duration of the exit transition.
-
-
-
-