【问题标题】:Does IE11 support css 3d transforms fully (preserve-3d)IE11 是否完全支持 css 3d 转换(preserve-3d)
【发布时间】:2014-11-13 15:38:58
【问题描述】:

我正在制作一个 css 3d 转换网络应用程序,如果可能的话,我希望支持 IE11。我知道 IE10 不支持 transform-style css 属性的 preserve-3d 值,但我不确定 IE11。我读过一些说 IE11 应该支持它的东西,但是我尝试的示例不能正常工作(此处为 Windows 8.1 上的 IE11)。那么,IE11 是否完全支持 css 3d 转换和preserve-3d

【问题讨论】:

  • 当黑莓浏览器对IE的支持更好时,这很难过......
  • @JoshPowell 这不是第一次 :)
  • 最糟糕的是,当 IE 转换支持最糟糕时,它们没有前缀(使用转换而不是 -ms-transform)。
  • @vals 好点

标签: html css css-transforms internet-explorer-11


【解决方案1】:

根据Can I Use,从版本 11 开始,Internet Explorer 不支持transform-style: preserve-3d

MSDN documentation 中,您显然可以手动将转换应用于子元素以模拟效果。

【讨论】:

  • 谢谢!你提供了一个解决方法也很好,但不要指望任何人会遇到那么多麻烦......尤其是支持 IE
  • 嗯,I did(以防万一有人对示例感兴趣),但我可能永远不会再这样做了,除非我在岛上得到报酬,这不值得麻烦:) @Markasoftware
  • @ndm 同意岛屿的事情。这是 IE 成本太高而无法支持的情况之一。
【解决方案2】:

Microsoft 正在增加对transform-style: preserve-3d 的支持。它在 IE for Windows 10 技术预览版中受支持。

来源:http://status.modern.ie

博客:http://blogs.msdn.com/b/ie/archive/2014/11/11/living-on-the-edge-our-next-step-in-interoperability.aspx

【讨论】:

  • 在 Windows 10 Edge 浏览器中添加了支持,但在 IE11 中没有。
猜你喜欢
  • 2014-04-20
  • 1970-01-01
  • 2023-03-05
  • 1970-01-01
  • 1970-01-01
  • 2012-11-08
  • 2019-09-18
  • 2013-09-08
  • 2012-09-05
相关资源
最近更新 更多