1.透明动画:alpha
2.位移动画:translationX,translationY
3.旋转动画:rotation
4.缩放动画:scaleX,scaleY
5.组合显示:AnimatorSet(动画集合容器)
1.透明动画:alpha
2.位移动画:translationX,translationY

3.旋转动画:rotation
4…缩放动画:scaleX,scaleY
5.组合显示:AnimatorSet(动画集合容器)
源码如下:
activity_third.xml文件:
xmlns:app=“http://schemas.android.com/apk/res-auto”
xmlns:tools=“http://schemas.android.com/tools”
android:layout_width=“match_parent”
android:layout_height=“match_parent”
tools:context=".ThirdActivity">
android:layout_width=“match_parent”
android:layout_height=“wrap_content”
android:orientation=“horizontal”>