alpha xml 淡入效果 rotate.xml 旋转效果:* * scale.xml 缩放效果:* * translate.xml 移动效果: 加载动画方法 ImageView imageBg = (ImageView) content.findViewById(R.id.imageView); Animation animation = AnimationUtils.loadAnimation(context, R.anim.splash_scale); imageBg.setAnimation(animation);
animation
标签: animation