Creating a web app utilizing css 3d transforms, my goal is to have IE11 support if feasible. I am aware that IE10 does not endorse the preserve-3d
value for the transform-style
css attribute, however, there seems to be conflicting information regarding IE11. While some sources suggest that IE11 should offer support, my personal experiments on IE11 running on Windows 8.1 did not yield favorable results. Hence, I am uncertain whether IE11 fully supports css 3d transforms and preserve-3d
. Can you clarify this?