colorFade

fun colorFade(@ColorRes from: Int, @ColorRes to: Int, build: ValueAnimator.() -> Unit? = null, update: (Int) -> Unit)
fun View.colorFade(@ColorRes from: Int? = null, @ColorRes to: Int, build: ValueAnimator.() -> Unit? = null)