transition:[ transition-property ] || [ transition-duration ] || [ transition-timing-function ] || [ transition-delay ]
默认值:看每个独立属性
适用于:所有元素,包含伪对象:after和:before
继承性:无
缩写方式:
transition:border-color .5s ease-in .1s, background-color .5s ease-in .1s, color .5s ease-in .1s;
拆分方式:
transition-property:border-color, background-color, color; transition-duration:.5s, .5s, .5s; transition-timing-function:ease-in, ease-in, ease-in; transition-delay:.1s, .1s, .1s;
拆分方式:
transition-property:border-color, background-color, color; transition-duration:.5s; transition-timing-function:ease-in; transition-delay:.1s;
缩写方式:
transition:all .5s ease-in .1s;
拆分方式:
transition-property:all; transition-duration:.5s; transition-timing-function:ease-in; transition-delay:.1s;
IE | Firefox | Chrome | Safari | Opera | iOS Safari |
Opera Mini |
Android Browser |
Blackberry Browser |
Opera Mobile |
Chrome for Android |
Firefox for Android |
IE Mobile |
UC Browser for Android |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6.0-9.0 | 4.0-15.0 -moz- | 4.0-25.0 -webkit- | 4.0-6.0 -webkit- | 15.0 | 4.0-6.1 -webkit- | 5.0-7.0 | 2.1-4.3 -webkit- | 7.0-10.0 -webkit- | 15.0 | 38.0 | 32.0 | 10.0 | 9.9 -webkit- |
10.0 | 16.0 | 26.0 | 6.1 | 7.0 | 4.4 |