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 May 9, 2022
2 parents cf59f09 + ae8aadd commit 9405611
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Currently includes BouncyRecyclerView and BouncyNestedScrollView.
```
dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'com.github.valkriaine:Bouncy:2.1'
implementation 'com.github.valkriaine:Bouncy:2.2'
}
```

Expand Down Expand Up @@ -69,6 +69,15 @@ Use as normal NestedScrollView. Place it in your layout:

Strongly suggest to keep both values lower than 5.

### It is now possible to bind bouncy animation to parent instead of BouncyNestedScrollView

```java
bouncy_scroll_view.setBindSpringToParent(true);

// this will bind the spring animations to parent instead of self

```

# BouncyRecyclerView

BouncyRecyclerView adds overscroll effect to RecyclerView and supports drag & drop and swiping gestures
Expand Down

0 comments on commit 9405611

Please sign in to comment.