Android共享元素转换

时间:2016-05-11 15:40:45

标签: android objectanimator

我想用脉冲动画实现共享元素事务。 当您单击Activity1红色按钮时,它必须使用redButton位置的脉冲动画填充整个空间。 填充屏幕后,activity2会显示其他UI,如按钮或editTexts。

我尝试使用ObjectAnimator,但我不明白哪种方法更好。

enter image description here

1 个答案:

答案 0 :(得分:-1)

我认为你应该使用scene transitions更好

以下是Google的示例演示,请看一下: https://github.com/googlesamples/android-ActivitySceneTransitionBasic