CSS Property: backface-visibility
[this page | pdf | back links]
The CSS (CSS3) backface-visibility property indicates
whether an element should remain visible when it is not facing the screen (i.e.
what happens when an element is rotated to face away from the viewer).
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
hidden
|
Backside is not visible
|
|
visible
|
(default value). Backside
is visible
|
|
Default Value:
|
visible
|
|
JavaScript syntax:
|
e.g. object.style.backfaceVisibility="hidden"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties