Skip to content

Commit fb64286

Browse files
committed
Update README.md
1 parent 3c47ee8 commit fb64286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The animation delay can be set via the delay variable, which is in milliseconds.
88
Usage:
99
======
1010

11-
The bounce effect can be turned on / off by calling listview.setBounce(true / false).
11+
The bounce effect can be turned on / off with listview.setBounce(true / false).
12+
The bounce length can be set with listview.setElasticity(float), see source file for help.
13+
The break speed can be set with listview.setBreakspeed(float), see source file for help.
1214

1315
In xml, instead of creating a ListView, create a com.larphoid.overscrollinglistview.OverscrollListview
1416

0 commit comments

Comments
 (0)