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