问题
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