Android flip image animation

后端 未结 2 364
北恋
北恋 2020-12-29 00:15

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

相关标签:
2条回答
  • 2020-12-29 01:03

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

    0 讨论(0)
  • 2020-12-29 01:17

    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

    0 讨论(0)
提交回复
热议问题