How to implement complicated animation at android platform -
now developing android app, , there lots of animations , image resources, ui design , logic complex.
i tried use tween animation , android layout implement, code complex, , can't implement parts of animations. know how handle such complex animation @ android platform? dose android have tool flash tool design animation?
in android 3 type of anmiations.
an animation controls position of object
an animation controls scale of object. can specify point use center of scaling.
an animation controls alpha level of object. useful fading things in , out. animation ends changing alpha property of transformation
Comments
Post a Comment