So I’ve looked around a bit, it seems that -webkit-backface-visibility functionality is a bit spotty. In Chrome 18 on Mac and Linux, it works fine. In Chrome 18 on Windows, it does not. However, I’ve seen other people running Chrome on Mac where it also does not work.
Here is my test fiddle: http://jsfiddle.net/csaltyj/TYuL3/
Unfortunately, since I’m doing a card-flip animation, I NEED to use -webkit-backface-visibility: hidden to hide the back face of the card. Is there some equivalent I can use that works 100% on Chrome, no matter what?
Alright, I made some research and apparently it depends on the machine and on the chrome version used.
As chromium follows chrome development, we can see this problem appears sometimes http://code.google.com/p/chromium/issues/detail?id=39044
I found 2 solutions I can’t try since this CSS works on my computer.
You can get inspire by that from cssplay
CSS :
HTML :