-
public final 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 -
-
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 runshowAnimation
- 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 runshowAnimation
- sending this to false, will not show the animation in the screen
-
-
-
-