toggle menu
KAHelpers
androidJvm
switch theme
search in API
animations
/
dev.funkymuse.animations
/
translate
translate
fun
View
.
translate
(
initX
:
Int
?
=
null
,
initY
:
Int
?
=
null
,
translationX
:
Int
=
0
,
translationY
:
Int
=
0
,
initAlpha
:
Float
?
=
null
,
alpha
:
Float
=
1.0f
,
startDelay
:
Long
=
0
,
build
:
ViewPropertyAnimator
.
(
)
->
Unit
?
=
null
)