Moving animation not smooth in android

后端 未结 1 1340
清歌不尽
清歌不尽 2021-02-10 07:48

I am trying to create a moving ball animation in my app everything is working fine, ball moved as i want but it is not smooth. I tried everything to make it smooth but no luck e

相关标签:
1条回答
  • 2021-02-10 08:00

    You need to try to use LinearInterpolator instead AccelerateInterpolator.

    Go through this link, and try to implement it. You will get your solution. Link

    0 讨论(0)
提交回复
热议问题