Page turn/flip animation in Android?

前端 未结 3 1327
小蘑菇
小蘑菇 2021-02-06 19:16

Hi all, do we have page flip/turn animation in android? I have several images, and i want to flip images on button click. With page turn/flip animation. Please guide me to achie

3条回答
  •  走了就别回头了
    2021-02-06 19:54

    None of these are really 3D flips. The depth animation is necessary to get that 3D feel (as in the iOS flip view transition). For a nice implementation of 3D flips in android, take a look at this googlecode: https://code.google.com/p/android-3d-flip-view-transition

    A video is here too: http://youtu.be/52mXHqX9f3Y

提交回复
热议问题