我想用脉冲动画实现共享元素事务。 当您单击Activity1红色按钮时,它必须使用redButton位置的脉冲动画填充整个空间。 填充屏幕后,activity2会显示其他UI,如按钮或editTexts。
我尝试使用ObjectAnimator,但我不明白哪种方法更好。
答案 0 :(得分:-1)
我认为你应该使用scene transitions
更好
以下是Google的示例演示,请看一下: https://github.com/googlesamples/android-ActivitySceneTransitionBasic