Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tilting on z-axis android

Tags:

android

In Jellybean app listing, or many of the google apps, the indication that you are at the end while scrolling through is if all the items on the screen tilt slightly on the z-axis. How is this accomplished? Thanks, Mike

like image 972
SIr Codealot Avatar asked Feb 05 '13 23:02

SIr Codealot


2 Answers

It's a view animation - rotation. It can be done with RenderScript or with Android Animation system. Chet Haas and Romain Guy mentioned it here: http://youtu.be/ToHpumrutXg?t=12m55s

like image 142
Michał Z. Avatar answered Oct 16 '22 04:10

Michał Z.


Was looking for something similar when I ran into this. I eventually decided not to use this kind of an effect. But here's hoping it helps you.

like image 29
Akash Avatar answered Oct 16 '22 02:10

Akash