本文介绍了Android:页面卷曲效果像iphone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我要创建半页卷曲动画效果,如图所示:
I want to create half page curl animation effect as shown in image:
我使用了来自,但它变成了整页。
I've used code from https://github.com/harism/android_page_curl/ , but it turns whole page. I just only want half page curl effect as shown in image.
推荐答案
您可以尝试修改我的实现。它不是3D,而是使用平面画布的一个很好的2D模拟:
You could try to modify my implementation. It's not 3D but a nice 2D simulation using the plain canvas: http://code.google.com/p/android-page-curl/
如果你启用调试模式,你会看到它是如何工作,修改卷曲面应该很容易。
If you enbale the debug mode you will see how it works and modifying the curl plane should be easy.
这篇关于Android:页面卷曲效果像iphone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!