Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
valkriaine committed Jan 13, 2021
2 parents 884a646 + 8c06732 commit 07de75c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
# Bouncy

[ ![Download](https://api.bintray.com/packages/valkriaine/factor/com.factor.bouncy/images/download.svg?version=1.0) ](https://bintray.com/valkriaine/factor/com.factor.bouncy/1.0/link)
[ ![Download](https://api.bintray.com/packages/valkriaine/factor/bouncy/images/download.svg?version=1.0) ](https://bintray.com/valkriaine/factor/bouncy/1.0/link)
[![](https://jitpack.io/v/Valkriaine/bouncy.svg)](https://jitpack.io/#Valkriaine/bouncy)

Add IOS-like overscroll animation to your scrolling views.

Currently includes BouncyRecyclerView and BouncyNestedScrollView.

# Add Bouncy to your project

In your project build.gradle:
```gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```

In your app module build.gradle:
```
dependencies {
implementation 'library:bouncy:1.0'
implementation 'com.github.Valkriaine:bouncy:1.0'
}
```

Expand Down

0 comments on commit 07de75c

Please sign in to comment.