back

Backface-Visibility

This specifies whether the 'back' of a transformed element should be visible.

The options are:
(1) Visible, the default value, it means the back will be visible.
(2) Hidden, this means that the back is not visible.


For maximum browser support, you should use the following prefixes:
(1) backface-visibility:
(2) -webkit-backface-visibility:

Example