Android Scale Animation with bounce interpolator

前端 未结 4 681
无人及你
无人及你 2020-12-12 22:50

I am doing a scale animation with anim xml as follows. The animation interpolator isn\'t working. I am trying to have bounce interpolator but isn\'t working.

4条回答
  •  旧巷少年郎
    2020-12-12 23:15

    Finally got the solution. It works for me and could be helpful to others. The key was to put the android:interpolator tag in the animation set.

    
    
    
    
    
    
    
    
    

提交回复
热议问题