摘要: 3.0以前,android支持两种动画模式,tween animation,frame animation,在android3.0中又引入了一个新的动画系统:property animation,这三种动画模式在SDK中被称为property animation,v... 阅读全文
posted @ 2013-11-05 16:44 清澈见底 阅读(231) 评论(0) 推荐(0) 编辑
摘要: Animation – Property Animations属性动画出现前,View Animation 必须作用在 View 上,,且只有几种种受限的动画效果,最糟糕的是,它改变只是View的快照,View的实际属性并没有改变,实在是很不方便。属性动画可以改变任意... 阅读全文
posted @ 2013-11-05 16:38 清澈见底 阅读(139) 评论(0) 推荐(0) 编辑