gpt4 book ai didi

android - 播放时如何改变动画速度?

转载 作者:行者123 更新时间:2023-11-29 00:08:55 25 4
gpt4 key购买 nike

我有Animation,我需要在运行中更改持续时间或速度。如何做到这一点?

 Animation fadeIn = new AlphaAnimation(1, 0);
fadeIn.setInterpolator(new AccelerateInterpolator()); //add this
fadeIn.setDuration(800);
fadeIn.setFillEnabled(true);
fadeIn.setFillAfter(true);

bt1.startAnimation(fadeIn);

最佳答案

您可以使用 Interpolators在动画期间具有可变速度。可以找到示例 here .

关于android - 播放时如何改变动画速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31689284/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com