Z axis inclination

In the Jellybean application list or many Google applications, indicating that you are at the end while scrolling is that all the elements on the screen are slightly tilted along the z axis. How is this achieved? Thanks, Mike

+5
source share
2 answers

Looking for something like this when I came across this . In the end, I decided not to use this effect. But here I hope this helps you.

+3
source

This animation of the view is rotation. This can be done using RenderScript or with Android Animation. Chet Haas and Romain Guy mentioned here: http://youtu.be/ToHpumrutXg?t=12m55s

+6
source

All Articles