我的问题是,是否可以为动画列表中的项目设置动画.具体来说,说你有:
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="true">
<item android:drawable="@drawable/rocket_thrust1" android:duration="200" />
<item android:drawable="@drawable/rocket_thrust2" android:duration="200" />
<item android:drawable="@drawable/rocket_thrust3" android:duration="200" />
</animation-list>
Run Code Online (Sandbox Code Playgroud)
我想淡化每个的alpha <item>而不是简单地从一个图像跳到下一个图像,这可能吗?