0

I had a site using a flip using css transforms and backface set to hidden. Which are now not working and i have just updated my chrome.

http://codepen.io/anon/pen/hmktf

Labithiotis
  • 3,519
  • 7
  • 27
  • 47

1 Answers1

0

They say this bug appears from time to time, or mabye always exists for certain versions:

https://code.google.com/p/chromium/issues/detail?id=39044

Backface visibility broken in Chrome (certain platforms/versions)

One guy at the first link says there's a workaround:

I am seeing some of the content through the back face. Giving the element opacity: 0.99 fixes the problem.

But I don't know if it will work or not. I don't seem to have the problem in my Chrome (Win 8, version 33.0.1750.154 m)

Community
  • 1
  • 1
JackArbiter
  • 5,705
  • 2
  • 27
  • 34