Package 

Class AnimationExtensionsKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit fadeIn(View $self, Long durationMillis, Boolean showAnimation) fadeIn is an extension function that start an Fade In animation in a view when is called
      final static Unit fadeOut(View $self, Long durationMillis, Boolean showAnimation) fadeOut is an extension function that start an Fade Out animation in a view when is called
      • Methods inherited from class java.lang.Object

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

      • fadeIn

         final static Unit fadeIn(View $self, Long durationMillis, Boolean showAnimation)

        fadeIn is an extension function that start an Fade In animation in a view when is called

        Parameters:
        durationMillis - is the time the animation will take to run
        showAnimation - sending this to false, will not show the animation in the screen
      • fadeOut

         final static Unit fadeOut(View $self, Long durationMillis, Boolean showAnimation)

        fadeOut is an extension function that start an Fade Out animation in a view when is called

        Parameters:
        durationMillis - is the time the animation will take to run
        showAnimation - sending this to false, will not show the animation in the screen