ViewPropertyAnimator设置绝对位置

时间:2019-08-24 16:31:49

标签: android android-animation viewpropertyanimator

我有一个ImageView,我想制作一个这样的动画(对不起,图像不好,但我认为它给出了动画的一般概念) enter image description here

我使用了ViewPropertyAnimator:

img.animate()
       .translationX(50f)
       .translationY(500f)
       .setDuration(500)
       .start();

我得到这个: enter image description here

为什么呢? 对不起,我的英语不好

0 个答案:

没有答案