transform : none | <transform-function> [ <transform-function> ]*
哎呀,出了点小问题,您可以稍后重试!
未填写内容或格式不正确!
transform : none | <transform-function> [ <transform-function> ]*
应用于block水平和inline水平的元素。
| 引擎类型 | Gecko | Webkit | Presto |
|---|---|---|---|
| transform | -moz-transform | -webkit-transform | |
| 类型 | Internet Explorer |
Firefox |
Chrome |
Opera |
Safari |
|---|---|---|---|---|---|
| 版本 | (×)IE6 | (×)Firefox 2.0 | (√)Chrome 1.0.x | (×)Opera 9.63 | (√)Safari 3.1 |
| (×)IE7 | (×)Firefox 3.0 | (√)Chrome 2.0.x | (√)Opera 10.5 | (√)Safari 4 | |
| (×)IE8 | (√)Firefox 3.5 | ||||
.transform{
-moz-transform:translate(-10px,-20px) scale(0.8) rotate(45deg) translate(20px,30px);
-webkit-transform:translate(-10px,-20px) scale(0.8) rotate(45deg) translate(20px,30px);
}
<img class="transform" src="http://image.zhangxinxu.com/image/study/s/s128/mm1.jpg" />