如何在360瀏覽器中讓它有效果?
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;
}
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;
}
2015-07-21
舉報
2015-08-25
加前綴webkit
2015-10-09
復(fù)制一個。@-webkit-keyframes changecolor{}