A partial archive of discourse.wicg.io as of Saturday February 24, 2024.

Chrome 53 breaks CSS3D with opacity flattening

trusktr
2016-09-15

Chrome 53 implemented the new css-transforms spec, which mandates that object be flattened when opacity is applied to them.

Details: https://bugs.chromium.org/p/chromium/issues/detail?id=646993

This doesn’t make sense, and breaks 3D scenes that use preserve-3d and opacity at the same time.

If you are making a game engine outside of the web, would you make it so you object become flat like paper when you make them transparent? Of course not!! The same should hold true in the web when using CSS3D.

Please Safari, Firefox, and Edge, don’t follow the same route as Chrome. Please. This is my plea, coming from someone who’s passion is 3D programming.

tabatkins
2016-09-20

This exact thread has showed up several times, so I’ll just point to my response in the SVGWG tracker.