- 补间动画
介绍: https://www.jianshu.com/p/733532041f46
alpha 属性
动画透明度

Rorate属性
旋转

Scale属性
缩放

Translate 属性

创建anim包
创建rotate.xml
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:pivotX="50%"
android:pivotY="50%"
android:toDegrees="360"
android:fromDegrees="0"
android:duration="2000">
</rotate

5045

被折叠的 条评论
为什么被折叠?



