Home > Article > Web Front-end > 【CSS3】Transformation_html/css_WEB-ITnose
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.