CSS3 backface-visibility Properties

Source: Internet
Author: User
Tags visibility
Example

Hide the back of the rotated div element:

Div
{
backface-visibility:hidden;
-webkit-backface-visibility:hidden;	/* Chrome and Safari */
-moz-backface-visibility:hidden; 	/* Firefox */
-ms-backface-visibility:hidden; 	/* Internet Explorer */
}

Reprint: http://www.w3school.com.cn/cssref/pr_backface-visibility.asp
Browser Support

Backface-visibility properties are not supported by all browsers at this time.

Internet Explorer 10 supports an alternative-ms-backface-visibility property.

Firefox supports an alternative-moz-backface-visibility property.

Safari and Chrome support alternative-webkit-backface-visibility properties.

Note: Internet Explorer 9 and earlier browsers do not support the-ms-backface-visibility property. Definition and Usage

The Backface-visibility property defines whether the element is visible when it is not facing the screen.

This property is useful if the rotation element does not want to see its back.

Default value: Visible
Inheritance: No
Version: CSS3
JavaScript Syntax: Object.style.backfacevisibility= "Hidden"
Grammar
Backface-visibility:visible|hidden;
value Description
Visible The back is visible.
Hidden The back is not visible.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.