有什么方法可以让 -webkit-transform:rotateY 在 Android 浏览器上工作吗?

发布于 2024-12-08 23:28:08 字数 172 浏览 0 评论 0原文

虽然 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蔚蓝源自深海 2024-12-15 23:28:08

从 Android 3.0 ( http://caniuse.com/#transforms3d ) 开始支持 CSS 3D 转换。

CSS 3D Transformations are supported starting Android 3.0 ( http://caniuse.com/#transforms3d ).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文