gpt4 book ai didi

android - 如何在 Android 中反转 Accelerate Interpolator 的加速度

转载 作者:太空狗 更新时间:2023-10-29 15:56:16 27 4
gpt4 key购买 nike

我在我的应用中的 TextView 上使用了 2 个动画。

第一个完成,然后我更改 TextView 的文本,然后开始第二个。我想在整个序列上使用加速插值器效果,但是如果我单独应用它,它就不起作用,因为速度会在每个动画上重新开始。

我需要反转第二个的动画,即。让它开始得快,结束得慢。

有什么办法吗?

谢谢!

最佳答案

使用 DecelerateInterpolator():

An interpolator where the rate of change starts out quickly and and then decelerates.

    animation.setInterpolator(new DecelerateInterpolator());
animation.setDuration(300L);
v.startAnimation(animation);

关于android - 如何在 Android 中反转 Accelerate Interpolator 的加速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8950475/

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