fadeTo
fun View?.fadeTo(alpha: Float, duration: Long = 400, startDelay: Long = 0, interpolator: Interpolator = AccelerateDecelerateInterpolator()): ViewPropertyAnimator?
Fades to a specific alpha between 0 to 1
Fades to a specific alpha between 0 to 1