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

【CSS3】Transformation_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:51:49891browse

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.

Statement:
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
Previous article:node-expressNext article:node-express