fadeIn

fun View.fadeIn(offset: Long = 0, duration: Long = 200, onStart: () -> Unit? = null, onFinish: () -> Unit? = null)
fun View?.fadeIn(duration: Long = 400, startDelay: Long = 0, interpolator: Interpolator = AccelerateDecelerateInterpolator()): ViewPropertyAnimator?