Android Kotlin - after animation: reset position and then repeat

后端 未结 0 1316
夕颜
夕颜 2020-12-03 18:11

I\'m making a swipe animation:

    anim = swipe.animate().rotationBy((-30).toFloat()).setDuration(1000) // SWIPE TO LEFT
        .translationX((-distance).toF         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题