[Summary and backup] Android Activity switching animation Summary

Source: Internet
Author: User

1. Fade-in and fade-out effect

OverridePendingTransition (R. anim. fade, R. anim. hold );
2. Zoom in and fade out
OverridePendingTransition (R. anim. my_scale_action, R. anim. my_alpha_action );
3. Rotation fade-out effect
OverridePendingTransition (R. anim. scale_rotate, R. anim. my_alpha_action );
4. Rotation fade-out effect
OverridePendingTransition (R. anim. scale_translate_rotate, R. anim. my_alpha_action );
5. Expand the fade-out effect in the upper left corner
OverridePendingTransition (R. anim. scale_translate, R. anim. my_alpha_action );
6. Reduce compression and fade out
OverridePendingTransition (R. anim. hyperspace_in, R. anim. hyperspace_out );
7. Push results from right to left
OverridePendingTransition (R. anim. push_left_in, R. anim. push_left_out );
8. Push down the results
OverridePendingTransition (R. anim. push_up_in, R. anim. push_up_out );
9. Effect of left-right crossover
OverridePendingTransition (R. anim. slide_left, R. anim. slide_right );
10. Zoom in and fade out
OverridePendingTransition(R.anim.wav e_scale, R. anim. my_alpha_action );
11. Reduce the effect
OverridePendingTransition (R. anim. zoom_enter, R. anim. zoom_exit );
12. Cross-border effect

OverridePendingTransition (R. anim. slide_up_in, R. anim. slide_down_out );

PS: overridePendingTransition can only be called after startActivity and finish.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.