Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Nineoldandroid。
Q: 动画开始加速动画结束后如何更改动画播放时间?换句话说,如何改变持续时间?
您可以在动画中使用插值器,如下所示:
anim.setInterpolator(new AccelerateDecelerateInterpolator());
来源:设置插值器