Open caaker opened 5 years ago
Looks exactly the same in Chrome/Vivaldi and Firefox here (Ubuntu, Firefox 63, Chrome 70)
Firefox 63.0.1 (64-bit) on Windows 10 here. Works as expected. Cannot see the back of the card until I remove that backface-visibility: hidden;
line.
I'm on MacOS Mojave ( Version 10.14).
I just verified again it does not work in MacOS / Firefox. I also included the temporary fix in this fiddle.
http://jsfiddle.net/hcuaw7p3/11
I have created a screenshot showing the browser version, OS version, failing jsfiddle display, and posted it here:
Thank you very much for the Firefox fix. Still needed with Firefox 66.0.1. We never know how many people we help when we contribute!
In Firefox, 63.0.1 (64-bit), this line of code has no effect, and you can still see the "backface".
backface-visibility: hidden;
Even after adding in the line below ( prefix ) there is no effect.
-moz-backface-visibility: hidden;
The code under analysis works in Chrome with no prefix and Safari with a prefix.
Here is a fiddle to see the effect across browsers.
http://jsfiddle.net/hcuaw7p3/7/