Android flip image animation

2020-02-23 04:36发布

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.?

2条回答
该账号已被封号
2楼-- · 2020-02-23 05:03

The name of the example in APIdemos is :
Rotate3dAnimation.java

Just check the below given link also. It can give you a good idea in solving your problem.
android-animations-3d-flip

Thanks,
Sen

查看更多
贪生不怕死
3楼-- · 2020-02-23 05:21

You can have a look at the API demos, there is an example given there. It's really great!

查看更多
登录 后发表回答