backface-visibility

backface-visibility: visible | hidden | initial | inherit;


  • visible - Default value. The backside is visible.
  • hidden - The backside is not visible.
  • initial - Sets this property to its default value.
  • inherit - Inherits this property from its parent element.