fadeOut

fun <T : View> T.fadeOut(parent: CSHasDestruct, duration: Int = fadeAnimationDuration, invisible: Boolean = false, onDone: () -> Unit): ViewPropertyAnimator?
fun <T : View> T.fadeOut(duration: Int = fadeAnimationDuration, invisible: Boolean = false, onDone: () -> Unit = {}): ViewPropertyAnimator?