toggle menu
KAHelpers
androidJvm
switch theme
search in API
animations
/
dev.funkymuse.animations
/
colorFade
color
Fade
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
)