fade Out
fun <Error class: unknown class>.fadeOut(duration: Int = 400, easing: Easing = Easing.SWING, complete: () -> Unit? = null)
Hides current widget with fade out effect.
Parameters
duration
a duration of the animation
easing
an easing function to use
complete
a callback function called after the animation completes