Android:在 Android 中使用 XML 实现动画翻转动画
为了在网上搜索,我发现有 ViewFlipper 类可以在两个视图之间提供翻转视图动画/但为此应该在同一个活动中。我还知道活动更改不支持翻转动画。目前 Android 在 Activity 更改期间仅支持 2D 动画。
我想要的是改变活动产生相同的效果。
那么是否有类似的 xml 动画可以提供像 FLip View 这样的效果,所以我将其提供给我的活动更改并为活动更改获得此类翻转效果。
请为我提供一些动画 xml,它提供适用于活动更改的翻转类型动画。
谢谢。
For searching on net i found that there is ViewFlipper class that gives the Flip view animation between two view/ But for that should be in the same Activity. I also know that the Flip animation is not suported for the activity change. as right now android support only 2d animation during activity change.
I want is the make the same effect for changing the activity.
So is there any similar like xml animation that gives effect as like FLip View so i provide that to my activity change and get the Such Flip effect for the Activity change.
Please provide me some xml for animation that gives the Flip type animation tht works for activity change.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试
grow_from_middle.xmlshrink_to_middle.xml
这个
Try this
grow_from_middle.xml
shrink_to_middle.xml