From 5ee1528b965c24f32eee08a81df8f1ec0304791c Mon Sep 17 00:00:00 2001 From: Wayne Date: Mon, 9 May 2022 06:26:46 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 204dc86..2d48a61 100644 --- a/README.md +++ b/README.md @@ -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