EverythingMe / overscroll-decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
BSD 2-Clause "Simplified" License
2.85k stars 400 forks source link

add another effect. #47

Open lk5103613 opened 7 years ago

lk5103613 commented 7 years ago

Hi, your overscroll is so great, and I add another effect to make it better.

It's easy to use: OverScrollDecoratorHelper.setUpScaleOverScroll(recyclerView,OverScrollDecoratorHelper.ORIENTATION_HORIZONTAL, 2); 2 is the value of damping, the bigger the value, the harder it is to slide

here is the gif preview

I add this effect in your demo, this effect can perfect fit all these examples. You can see the new effect by click "switch effect"

360 20170830233446731

I hope you can accept my code. Thank you very much.

Larnoo commented 6 years ago

NestedScrollView can't overscroll, when it has a child recyclerView. @lk5103613