我非常喜欢Jelly http://jelly.co/中的卡片制作动画或http://www.sobrr.me/中的类似动画
其中包含单张卡片视图,当您" throw"卡片,下一张卡片即将进入视图。
有谁能让我知道如何制作类似于那些的Android动画? 非常感谢
答案 0 :(得分:3)
您可以通过以下链接实现此类功能。它是一个实现这种动画的库,也被称为Tinder Like Animations ......
https://github.com/kikoso/Swipeable-Cards
http://grishma102.blogspot.ca/2014/04/tinder-app-like-control-with-animation.html
希望这会有所帮助:)