摘要:
动画效果编程基础——Animation一、Android动画类型Android的animation由四种类型组成1、XML中Alpha渐变透明度动画效果Scale渐变尺寸伸缩动画效果Translate画面转换位置移动动画效果Rotate画面转移旋转动画效果2、JavaCode中AlphaAnimation渐变透明度动画效果ScaleAnimation渐变尺寸伸缩动画效果TranslateAnimation画面转换位置移动动画效果RotateAnimation画面转移旋转动画效果二、Android动画模式Animation主要有两种动画模式(1)、tweenedanimation(渐变动画)XM 阅读全文