How to animate a View around a circle?

前端 未结 3 1846
生来不讨喜
生来不讨喜 2020-12-29 15:11

I want to set an infinite move animation around a circle to a View like picture below.How can i achieve this?

This View may be a TextView o

3条回答
  •  离开以前
    2020-12-29 15:49

    may be ValueAnimator can help?according to the progress it anim,you can compute your path's coordinate and set it to your view?

提交回复
热议问题