CSS3 - 3D Flip Animation - IE10 transform-origin: preserve-3d workaround
After looking through IE10's developer blog I have found that they do not support the preserve-3d setting. They do offer a workaround, but I can not seem to get it working. My example below works in Safari, Chrome and Firefox but not IE10. If anyone could help me achieve this I would be very thankful. The boxes should rotate around the Y axis on click to show some text and a green background color. This is not the case in IE10 My example: http://codepen.io/2ne/pen/zEpge Part of code: HTML <div class="flip-wrapper"> <div class="front"></div> <div class="back">IE10 SUCKS</div> </div> CSS .flip