Android 的自定义动画过渡

Custom animation transition for Android

我已经开始开发该应用程序,我想添加一些漂亮的动画。我已经看到一些过渡效果从左到右等逐渐淡出。 但是谁能告诉我应该使用什么或从哪里开始开发这样的动画?

Sample GIF

它是共享场景动画,您可以在其中将component从一个activity分享给另一个activityfragmentfragment

这里是官方docs and simple example

您也可以使用这些链接。或许对你有帮助。
https://github.com/codepath/android_guides/wiki/Shared-Element-Activity-Transition http://code.tutsplus.com/tutorials/introduction-to-the-new-lollipop-activity-transitions--cms-23711 https://developer.android.com/training/material/animations.html