ygorbarboza / AKParallax-Android

AKParallax-Android is a Library Project that provides a parallax effect to an imageView in a ScrollView or a ListView.
245 stars 99 forks source link

OverScrollMode #4

Open heitorzc opened 10 years ago

heitorzc commented 10 years ago

Hi there!

I have setted up the OverScrollMode to "never" but it's working as "always". HAHA There is another way to disable it?

Thanks a million.

ygorbarboza commented 10 years ago

Hi!

The scrollView need to overscroll because i use the this data. Why do you need to disable?

Thanks

heitorzc commented 10 years ago

Because when I need to scroll up, the view goes up and then it goes back down a little bit when I take off my finger of the screen. This is kind of uncomfortable to the user. I don't know if I could explain clearly. If you want, I can try to record a video. HAHA

Thanks again!

ygorbarboza commented 10 years ago

Let me see if i understood, you dont want the imageview to animate when the user take off the finger. Am i right?