I edited a jsfiddle where you can flip a card.
It works fine in Chrome and Firefox but when you open it in IE it doesn't work properly...
.flip .card.flipped {
-webkit-transform: rotatex(-180deg);
-ms-transform: rotatex(-180deg);
}
The back of the card isn't shown in IE... What am I doing wrong?
Here's the fiddle: https://jsfiddle.net/MichaHumbel/asd17pb2/