Package 

Class MaterialFadeThroughKt

    • Method Summary

      Modifier and Type Method Description
      final static ContentTransform materialFadeThrough(Integer durationMillis) materialFadeThrough allows to switch a layout with a fade through animation.
      final static EnterTransition materialFadeThroughIn(Float initialScale, Integer durationMillis) materialFadeThroughIn allows to switch a layout with fade through enter transition.
      final static ExitTransition materialFadeThroughOut(Integer durationMillis) materialFadeThroughOut allows to switch a layout with fade through exit transition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.