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.
当我检测到 webkit 时,我使用 3D 变换属性添加了一个附加样式表。 尽管它在许多不同的计算机上都可以正常工作(都在同一个 chrome 版本上),但有些不能正确渲染动画。这些是较旧的计算机,具有更便宜的图形卡。(我想这就是导致问题的原因。)有没有比依赖浏览器检测更好的方法来检测计算机是否可以处理 Css 3D 变换?
使用 Modernizr 及其 csstransforms3d 类名。
更多关于这些链接:
http://modernizr.com/
http://modernizr.com/docs/#features-css