gpt4 book ai didi

android - 暂停/反转帧动画?

转载 作者:太空宇宙 更新时间:2023-11-03 10:55:11 27 4
gpt4 key购买 nike

我有一个帧动画,使用 AnimationDrawable 播放效果非常好。在这里:

<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="true">
<item android:drawable="@drawable/arrowframes0000" android:duration="50" />
<item android:drawable="@drawable/arrowframes0001" android:duration="50" />

...

<item android:drawable="@drawable/arrowframes0024" android:duration="50" />
<item android:drawable="@drawable/arrowframes0025" android:duration="50" />

我需要能够在该帧动画仍在播放时以及在完成后不久的其他情况下反转它。

使用 AnimationDrawable 似乎没有任何方法可以做到这一点。

我还能怎么做才能在播放过程中反转动画? (并使其在反向播放中再次前进)。

最佳答案

使用反向帧创建另一个相同的重复动画&当你想反转已经运行的动画时,停止你想要反转的那个(即正在运行的)并开始重复的反向(即第二个)动画。

关于android - 暂停/反转帧动画?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6247182/

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