sacot41/SCViewPager

there will be huge offset when moving rapidly

weizai opened this issue · 9 comments

there will be Bugs when moving rapidly

It's like scrollview skip some callback. I going to check this.

It still has bugs when swiping quietly.

Is there a good solution?

Maybe we can limit the swiping speed?

Hum, simple, a little bit hacky, but if it works , it's not stupid. I going to test that ASAP. Do you known a simple solution to limit de speed of a scrollview (aka viewPager), ?

Hey, I have solve this problem. And also I create a new library which has more animations. You can found it here: https://github.com/Nightonke/WoWoViewPager

Indeed, you seem to have fixed the problem and have added a lot of animation. On the other hand,
if you use the code and concepts of someone, at least, indicates the source in your readme....

I'm sorry about that. I have add the indication in my readme.

Thank you. I add a link to your library in the readme of this projet.