Package 

Class HoldKt

    • Method Summary

      Modifier and Type Method Description
      final static EnterTransition holdIn(Integer durationMillis) holdIn allows to switch a layout with no enter transition.
      final static ExitTransition holdOut(Integer durationMillis) holdOut allows to switch a layout with no exit transition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • holdIn

         final static EnterTransition holdIn(Integer durationMillis)

        holdIn allows to switch a layout with no enter transition.

        Parameters:
        durationMillis - the duration of the enter transition.
      • holdOut

         final static ExitTransition holdOut(Integer durationMillis)

        holdOut allows to switch a layout with no exit transition.

        Parameters:
        durationMillis - the duration of the exit transition.