Package 

Class MaterialFadeKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit MaterialFade(Boolean visible, Modifier modifier, Integer enterDurationMillis, Integer exitDurationMillis, String label, Function0<Unit> content) MaterialFade animates the appearance and disappearance of its content, as visible value changes.
      • Methods inherited from class java.lang.Object

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

      • MaterialFade

         final static Unit MaterialFade(Boolean visible, Modifier modifier, Integer enterDurationMillis, Integer exitDurationMillis, String label, Function0<Unit> content)

        MaterialFade animates the appearance and disappearance of its content, as visible value changes.

        Parameters:
        visible - defines whether the content should be visible
        modifier - modifier for the Layout created to contain the content
        enterDurationMillis - enter duration
        exitDurationMillis - exit duration
        label - An optional label to differentiate from other animations in Android Studio.