Android fragment transition animation with Zoom-out page transformer -
Android fragment transition animation with Zoom-out page transformer -
i want animation fragment transition help appreciated. want animation old xml files. http://developer.android.com/training/animation/screen-slide.html#pagetransformer
its simple. utilize setcustomanimation in fragment transaction. seek this:
myfragtransaction.setcustomanimations(android.r.anim.slide_in_left, android.r.anim.slide_out_right);
where android.r.anim refers scheme defined animation resources. can utilize own implementation.
android animation
Comments
Post a Comment