Home > Web Front-end > HTML Tutorial > 【CSS3】Transformation_html/css_WEB-ITnose

【CSS3】Transformation_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:51:49
Original
934 people have browsed it

Transformation??transform attribute

Browser compatibility detection:

Currently the Webkit engine supports the -webkit-transform private attribute, and the Mozilla Gecko engine supports the -moz-transform private attribute ,

Presto engine supports -o-transform private attribute. IE browser does not support transform attribute for the time being, and there is no private attribute that supports transform attribute defined.

However, IE filter can be used to do it. compatible.

Functions included:

1. matrix(): Define matrix transformation, that is, reposition the element based on X and Y coordinates.

2. translate(): Move element object.

3. scale(): Scale element object.

4. rotate(): Rotate element object.

5. skew(): tilt element object.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template