16
.box{
background:#FFF;
-webkit-transition: background 0.5s;
}
.box:hover{
background:#000;
}
但這追加到兩個的onmouseover和的onmouseout的行動,而不是有沒有辦法來控制它們?喜歡的東西:
-wekbkit-transition-IN: background 1s;
-webkit-transition-OUT: background 10s;