Android Scale Animation with bounce interpolator

前端 未结 4 686
无人及你
无人及你 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条回答
  •  旧时难觅i
    2020-12-12 23:22

    Bounce is just an animation effect where animation ends in bouncing fashion. For this set android:interpolator value to @android:anim/bounce_interpolator. This bounce can be used with any kind animation. Following slide down example uses bounce effect.

    
    
    
    
    

提交回复
热议问题