Example

A simple backface-visibility property example:

Laboratory

description & Usage

The backface-visibility property is used to confirm the display of the back page to the user when the user enters a page.

The back view of an image tag is similar to a mirror of the front view.

The backface-visibility property is used when a part of the screen is rotating and has an animation mode.

Informations

# Description
Default Value visible
Inherited no
Animatable no
Version CSS3
JavaScript syntax object.style.backfaceVisibility="hidden"

Browser compatibility and Support

The numbers inserted in the browser fields indicate the version that supports the backface-visibility property.

# Chrome Edge Firefox Safari Opera
backface-visibility

Syntax

Values

Values Description
visible Display the back view.
hidden The back view is not displayed.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.

Related Pages

HTML DOM reference: backfaceVisibility property