本文介绍了Android的翻转图像动画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我要翻转图像中的android通过翻译动画。
I want to flip image in android through translate animation.
如: - 假设我有一张卡。当翻译动画启动时,它显示卡插入新的位置。现在,这里的卡应该翻转?从背面到正面。我怎么能做到这一点?
eg:- suppose i have one card. when translate animation starts it shows the card into the new position. now here the card should flip? from backside to front.how can i do that.?
推荐答案
在APIdemos的例子的名字是:
Rotate3dAnimation.java
The name of the example in APIdemos is :
Rotate3dAnimation.java
只需选中下面给出的链接也。它可以给你解决你的问题,是个好主意。
android-animations-3d-flip
Just check the below given link also. It can give you a good idea in solving your problem.
android-animations-3d-flip
谢谢,
森
这篇关于Android的翻转图像动画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!