nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
848 stars 187 forks source link

Parallax an arbitrary view (rather than the top ones) #51

Open RobbyStark opened 8 years ago

RobbyStark commented 8 years ago

I need the parallax visual effect to be applied only on a single view in my scroll view.

for example, I am scrolling through images and the 5th one is a bigger, different image on which I need the parallax effect applied.

in addition to that, is it possible to apply the effect on both up scroll and down scroll?