MaterialIntroTutorial icon indicating copy to clipboard operation
MaterialIntroTutorial copied to clipboard

Parallax effect

Open alBendin opened this issue 9 years ago • 1 comments

Hi! Very nice tutorial! Would it be possible to add an optional "parallax" effect maybe between the foreground and background drawables, a bit like Google's one? Thank you, and compliments again!

alBendin avatar Apr 02 '16 13:04 alBendin

Hi @alBendin My initial intention was to do this, I implemented it but because of the ViewPager fragments, the images were being cut off on the edge of the pages. It requires quite a bit of work to fix as it would mean moving the images out of the fragment and managing which images should show when from the activity.

I will see if I can look at getting it right, but I cant promise anything. In the meantime, the library is open for pull requests, so you are open to giving it a try too.

riggaroo avatar Apr 04 '16 06:04 riggaroo