标签: android android-animation
我已经开始使用该应用程序了,我想添加一些不错的动画。我已经看到了一些过渡效果,从左到右等效果。 但是,任何人都可以告诉我应该使用什么或从哪里开始开发这样的动画?
Sample GIF
答案 0 :(得分:0)
共享或场景动画,您可以在其中将component从activity分享到另一个activity或fragment至fragment
component
activity
fragment
这里是官方docs和简单example
答案 1 :(得分:0)
您也可以使用这些链接。它可能对你有所帮助 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