backface-visibility property

0 out of 1 rated this helpful - Rate this topic

Gets or sets a value that specifies whether the back face (reverse side) of an object is visible.

This property is read/write.

CSS Transforms Module, Level 3, Section 12

Syntax

backface-visibility: visible | hidden

Property values

One of the following visibility values.

visible

Default. The back face is visible.

hidden

The back face is not visible.

CSS information

Applies Toblock-level and inline-level elements
Mediavisual
Inheritedno
Initial Valuevisible

Standards information

Remarks

This property is applied to objects that have a transform (such as a rotation about the x or y-axis) specified.

To learn more about Cascading Style Sheets (CSS) transforms in a Windows Store app using JavaScript, see How to bring your webpage to life with CSS transforms, transitions, and animations.

See also

CSSStyleDeclaration
currentStyle
style
a
abbr
b
bdo
br
cite
code
em
i
img
input
kbd
label
q
samp
select
small
span
strong
sub
sup
textArea
var
address
blockQuote
div
dl
fieldSet
form
ol
p
pre
table
ul
dd
dt
li
tBody
td
tFoot
th
tHead
tr
button
del
ins
map
object
script
transform
How to bring your webpage to life with CSS transforms, transitions, and animations

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.