backface-visibility
Values
visible | hidden
.
Applicable to...
Block and Inline Elements
Inherited
No
Description
Defines whether an elements rear is visible after it's rotated in a simulated 3D-Area and "points away" from the viewer.
When the value is hidden
you can only see one side - the one that "points" in your direction.
Prefixes
We need -ms-
for Internet Explorer, -moz-
for Firefox and -webkit-
for Webkit browsers like Safari and Chrome.
Examples
Compatibility
Chrome | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|
12.0+ | 10.0+ | 10.0+ | None | 4.0+ |