Mar 26, 2012
Rajawali Tutorial 13: Animation classes
Posted by Dennis in 3D, Android, Rajawali • 13 commentsA couple of animation classes have been added to the framework. They resemble Android’s View animation classes but they’re not 100% the same. Here’s an overview of the new classes: Animation3DQueue: a sequence of animations RotateAnimation: rotate an object around its axis ScaleAnimation: scale an object TranslateAnimation: translate an object RotateAroundAnimation: rotate an object around [...]
