需要将Animation类的子类对象强制转换为AnimationSet类,并在AnimationSet中使用setDuration方法。
示例代码:
AnimationSet animationSet = (AnimationSet) AnimationUtils.loadAnimation(this, R.anim.test_anim); animationSet.setDuration(2000); view.startAnimation(animationSet);
上一篇:AnimationJqueryreboot
下一篇:AnimationList在Flutter中出现RangeError。