backfaceVisibility

The backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.

Syntax: visible | hidden

Initial value: visible

|  Chrome  | Firefox |  Safari   |  Edge  |   IE   |
| :------: | :-----: | :-------: | :----: | :----: |
|    36    |   16    |   15.4    |   12   |   10   |
|    12′   |         |    5.1′   |        |        |

See also