Chrome 12 真的支持 CSS 3D 转换吗?包括在 Linux 上吗?

发布于 2024-11-15 09:08:41 字数 635 浏览 5 评论 0原文

我在 Linux 64 位机器中使用 Chrome 12,但无法使用以下任何示例:

他们都使用-webkit-perspective,但最终结果与Safari(Windows XP)中得到的结果有很大差异。那么,Chrome 到底支持 CSS 3D 转换吗?或者支持仍然有限?

谢谢!

I'm using Chrome 12 in a Linux 64bit box, but I can't get any of the samples bellow to work:

They all use -webkit-perspective, but the final results differ a lot from the results got in Safari (Windows XP). So, after all, does Chrome support CSS 3D transforms? Or the support is still limited?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

迷爱 2024-11-22 09:08:41

转到 Chromium Web SCM 界面并检查您的 GPU 是否未列入黑名单。

另外,请访问 chrome://gpu/ 并检查 Chrome 是否报告 3D CSS 已启用。

Go to the Chromium web SCM interface and check that your GPU isn't blacklisted.

Also, go to chrome://gpu/ and check that Chrome reports 3D CSS as enabled.

橘虞初梦 2024-11-22 09:08:41

问题是 webkit 浏览器中的 3d 支持取决于您的显卡。这就是为什么您看不到这些示例,但您的浏览器引擎仍然支持 3d 转换。要解决此问题,您可以使用 Modernizr,它会检测浏览器+视频卡 3dtranforms 支持。

The problem is that 3d support in webkit browsers depends on your videocard. That's why you cannot see that examples, but your browser engine still supports 3d transforms. To resolve this problem you can use Modernizr, which detects browser+videocard 3dtranforms support.

不必你懂 2024-11-22 09:08:41

我现在在 Windows 7 机器上使用 Chrome,所有演示似乎都表现得与应有的完全一样。您在 XP 机器上尝试过 Chrome 吗?

I'm using Chrome on a Windows 7 machine right now, and all the demos seemed to behave exactly as they should have. Have you tried Chrome on your XP machine?

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