Skip to content

Commit 0410315

Browse files
committed
add listview animations library description
1 parent c3ac2ff commit 0410315

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

listview-animations/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ListViewAnimations分析
2+
====================================
3+
---
4+
5+
#1.功能介绍
6+
项目主页[https://github.com/nhaarman/ListViewAnimations/](https://github.com/nhaarman/ListViewAnimations/)
7+
8+
正如名字所言,这是一个针对listview的动画库。通过它我们可以很方便的给listview(或grdview)增加item动画。
9+
该库依赖于NineOldAndroids来支持3.0以下的版本。就算不支持3.0以下版本,也需要添加。否则使用时可能会出现问题。
10+
可通过简单的API调用实现以下**功能**
11+
1. item展示动画
12+
* 内置动画(底部滑入动画、左边滑入动画、右边滑入动画、item渐变显示、item放大动画)
13+
* 其他自定义动画等等
14+
2. item操作
15+
* 滑动删除(以及删除撤销)
16+
* item拖动
17+
* item(可以是多个item)删除动画
18+
* item展开以及动画
19+
20+
#2.详细设计
21+
22+
23+
24+

0 commit comments

Comments
 (0)