timingArgb
fun timingArgb(target: DynamicValue<Int>, @ColorInt to: Int, duration: Long = 300, easing: Interpolator = Easing.accelerateDecelerate(), animationFinishListener: AnimationFinishListener? = null, onUpdate: (Int) -> Unit? = null): AnimatedAnimation
Returns an AnimatedAnimation ready for running timing animation that calculate animated color values and set them on target param.
By default it uses AccelerateDecelerateInterpolator and duration of 300 milliseconds.