有什么方法可以让 -webkit-transform:rotateY 在 Android 浏览器上工作吗?
虽然 2d 旋转似乎可以在我的 Froyo 浏览器 (Nexus One) 上运行,但所有围绕 Y 轴旋转的尝试似乎都只是围绕 Z 轴旋转。我还尝试了 -webkit-transform:matrix3d 而不是 roateY,但它也不起作用。
是否有解决方法,或者是否有在 Android 上成功使用的成功报告?
While 2d rotations seem to work on my Froyo browser (Nexus One), all attempts to rotate around the Y axis just seem to rotate around the Z-axis instead. I also tried -webkit-transform: matrix3d instead of the roateY, but it also didn't work.
Is there a workaround, or are there successful reports of this being used successfully on Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 Android 3.0 ( http://caniuse.com/#transforms3d ) 开始支持 CSS 3D 转换。
CSS 3D Transformations are supported starting Android 3.0 ( http://caniuse.com/#transforms3d ).