使用LayoutAnimationController为Recy
2017-08-10 本文已影响663人
郑海波mobctrl
使用LayoutAnimationController为RecyclerView添加动画
@author:莫川
一、前言
为RecyclerView的Item添加动画有很多中方案,比如通过设置setItemAnimator来实现或者是通过遍历RecyclerView中的子View,然后分别对子View做动画。今天介绍一种更加简单的方式:通过LayoutAnimationController的方式,对RecyclerView的Item做动画。
二、效果以及源码
先看效果:首先是对LinearLayoutManager的RecyclerView。
- 1.使用LayoutAnimationController的8种动画的播放效果
- 2.使用GridLayoutAnimationController的8种动画的播放效果