hide Anim
fun <Error class: unknown class>.hideAnim( duration: Int = 400, easing: Easing = Easing.SWING, complete: () -> Unit? = null): <Error class: unknown class>
Content copied to clipboard
Hides current widget with animation effect.
Return
current widget
Parameters
duration
a duration of the animation
easing
an easing function to use
complete
a callback function called after the animation completes