标签: android nineoldandroids
我正在使用nineoldandroid。
问: 如何在动画开始加速动画结束后更改动画播放时间?换句话说,如何更改持续时间?
答案 0 :(得分:0)
您可以像动画一样在动画中使用插值器:
anim.setInterpolator(new AccelerateDecelerateInterpolator());
来源:Setting Interpolators