Maison > Questions et réponses > le corps du texte
#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;}
}
王林2019-08-22 17:32:39
Moteur de navigation Webkit, certains navigateurs ne sont pas compatibles avec l'attribut filter