2010年05月18日 ApiDemosのRotate3dAnimationクラス 前回の続き。 アニメーションを実際に行っている、Rotate3dAnimationクラスを見てみる。 このクラスにはメソッドが3つしかない。これだけでグルンと回るアニメを実現している。 /** * An animation that rotates the view on the Y axis between two specified angles. * This animation also adds a translation on the Z axis (depth) to improve the effect. */ public class Rotate3dAnimation extends Animation { private final float mFromDegrees; privat