ListViewAnimations - Android ListView 动画库


Apache 2.0
Android
Java

软件简介

一个轻轻松松给 Android ListView 添加动画效果的库, 支持的动画有: Alpha, SwingRightIn, SwingLeftIn,
SwingBottomIn, SwingRightIn 和 ScaleIn等等, 使用它能很容易就实现炫酷的效果。

效果图:

添加依赖:

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.nhaarman.listviewanimations:lib-core:3.1.0@aar'
    compile 'com.nhaarman.listviewanimations:lib-manipulation:3.1.0@aar'
    compile 'com.nhaarman.listviewanimations:lib-core-slh:3.1.0@aar'
}