Does IE11 support css 3d transforms fully (preserve-3d)

泪湿孤枕 提交于 2019-12-22 06:07:04

问题


I am making a css 3d transforms web app, and I would like IE11 to be supported if possible. I know IE10 does not support the preserve-3d value for the transform-style css attribute, but I'm not sure about IE11. I have read some stuff that says that IE11 should support it, but the examples I tried didn't work properly (IE11 on Windows 8.1 here). So, does IE11 fully support css 3d transforms and preserve-3d?


回答1:


Microsoft are adding support for transform-style: preserve-3d. It is supported in IE for Windows 10 tech preview.

Source: http://status.modern.ie

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




回答2:


According to Can I Use, transform-style: preserve-3d is not supported by Internet Explorer as of version 11.

In the MSDN documentation, you can apparently manually apply the transformations to child elements to emulate the effect.



来源:https://stackoverflow.com/questions/19483742/does-ie11-support-css-3d-transforms-fully-preserve-3d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!