Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 android/phonegap 应用程序中实现一个页面翻转器。屏幕显示来自 js 文件的网页,因此我希望能够在单击页面角落的按钮时捕获它,然后将其作为 jpeg 或 bmp 传递到我的页面翻转器以运行其动画。然后从内存中清除图像。
有任何想法吗?谢谢
将要
如果您的目标设备支持该功能,则对这个翻转动画使用 CSS 3D 转换要容易得多。
网上有很多例子。只需在 Google 上搜索“css3 翻转动画”即可。