transition-timing-function:linear | ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number>, <number>, <number>, <number>)[ ,linear | ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number>, <number>, <number>, <number>) ]*
默认值:ease
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
版本 | 6.0-9.0 | 4.0-9.0 | 5.1 | 13.0-16.0 | 11.50-11.60 |
版本 | 10.0 |
内核类型 | 写法 |
---|---|
Webkit(Chrome/Safari) | -webkit-transition-timing-function |
Gecko(Firefox) | -moz-transition-timing-function |
Presto(Opera) | -o-transition-timing-function |
Trident(IE) | -ms-transition-timing-function |
W3C | transition-timing-function |