toggle menu
KAHelpers
androidJvm
switch theme
search in API
animations
/
dev.funkymuse.animations
/
setTextWithFade
set
Text
With
Fade
fun
TextView
.
setTextWithFade
(
text
:
String
,
duration
:
Long
=
200
,
onFinish
:
(
)
->
Unit
?
=
null
)
fun
TextView
.
setTextWithFade
(
@
StringRes
textId
:
Int
,
duration
:
Long
=
200
,
onFinish
:
(
)
->
Unit
?
=
null
)