Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
valkriaine authored May 9, 2022
1 parent ff732b0 commit 5ee1528
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 5ee1528

Please sign in to comment.