7

在 JellyBean 之后,Android SDK 包含一个 ActivityOptions.makeScaleUpAnimation() API,用于使用视图中的放大动画启动 Activity。我想知道如何在完成活动时获得将活动窗口缩小到原始视图的反向动画?另一个问题是我可以在使用 ActivityOptions.makeScaleUpAnimation() 时定义动画持续时间吗?

4

1 回答 1

1

Unforunatly that is currently not possible. Check this video from the android dev blog http://www.youtube.com/watch?v=Ho8vk61lVIU.

I'm not sure about the duration, you might have to subclass ActivityOptions.

于 2013-11-14T18:06:04.490 回答