#myDIV
{
width:300px;
height:200px;
background:red;
animation:mymove 5s infinite;
/*-webkit- 不知道是什么意思*/
-webkit -animation:mymove 2s infinite;
}
@keyframes mymove{
de {background-color:red;}
à {background-color:blue;}
}
@- webkit-keyframes mymove{
de {background-color:red;}
à {background-color:blue;}
}
Moteur de navigation Webkit, certains navigateurs ne sont pas compatibles avec l'attribut filter
Compatible avec les navigateurs