div:hover {
-webkit-animation:changecolor 5s ease-out .2s;
-moz-animation:changecolor 5s ease-out .2s;
-ms-animation:changecolor 5s ease-out .2s;
animation: changecolor 5s ease-out .2s;
}
加前缀webkit
复制一个。@-webkit-keyframes changecolor{}