Layout动画入门

阅读更多

针对Layout或者ViewGroup对象,可以方便的通过xml中的layoutAnimation属性定义动画效果,通过persistentDrawingCache定义动画的影响范围,来提高性能。

定义动画:



    

 定义动画布局:

 写道
android:animation=" @anim/scale"
android:animationOrder="reverse"
android:delay="30%" />

 使用动画:



    

 

 

  • studyLayoutAnimation.rar (81.4 KB)
  • 下载次数: 2

你可能感兴趣的:(Layout动画入门)