Bouncy icon indicating copy to clipboard operation
Bouncy copied to clipboard

RecyclerView and NestedScrollView with physics-based bouncy overscroll effect

Results 6 Bouncy issues
Sort by recently updated
recently updated
newest added

When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it...

Hi, in `CoordinatorLayout`, `BouncyRecyclerView` overload on ( `CollapsingToolbarLayout android:minHeight="78dp"` ) and `AppBarLayout` when scroll up. how to fix it bug?

I have this issue with BouncyRecyclerview that that translationY becomes NaN sometimes. It is kind of hard to reproduce but happens regularly. I fling the view upwards a lot until...

I did exactly as the instructions said but bouncy effect didn't work * Video https://github.com/valkriaine/Bouncy/assets/92970686/f1a2e87a-efe8-48f6-a99e-f445d99cd3a6 fragment_home.xml ![image](https://github.com/valkriaine/Bouncy/assets/92970686/b74fb6ce-d09c-4a26-a789-8bf07ec4f1f9) ``` ... ... ``` HomeFragment.java ``` bouncyNestedScrollView.setBindSpringToParent(true); ```

Hi, I have a strange problem with items flickering on every update of the list, i tried setting supportAnimations to false, using stable ids and using diffutils but non of...

app:recyclerview_fling_animation_size=".5" app:recyclerview_overscroll_animation_size=".5" app:recyclerview_damping_ratio="DAMPING_RATIO_LOW_BOUNCY" app:recyclerview_stiffness="STIFFNESS_LOW" Stresstest over scroll long touch from top into bottom. sometime all recycle view item is hidden