transition-property后感覺沒什么變化阿
transition-property:width;
然后在div:hover{
width:400;
background:#996633;
?height:250px;
}后兩個(gè)屬性還是會(huì)執(zhí)行阿?
transition-property:width;
然后在div:hover{
width:400;
background:#996633;
?height:250px;
}后兩個(gè)屬性還是會(huì)執(zhí)行阿?
2015-05-11
舉報(bào)
2015-05-11
這個(gè)我懂了..?transition-property:width; 是指定width有過度效果. 后面兩個(gè)屬性是沒動(dòng)畫效果的.還是可以執(zhí)行的