suchen

Heim  >  Fragen und Antworten  >  Hauptteil

-webkit- was bedeutet das?

#myDIV

{

width:300px;

height:200px;

background:red;

animation:mymove 5s infinite;

/*-webkit-  不知道是什么意思*/

-Webkit -animation:mymove 2s unendlich;

}


@keyframes mymove{

von {background-color:red;}

bis {background-color:blue;}

}

@- Webkit-Keyframes mymove{

von {background-color:red;}

bis {background-color:blue;}

}


奇遇奇遇2037 Tage vor2360

Antworte allen(2)Ich werde antworten

  • 王林

    王林2019-08-22 17:32:39

    webkit浏览器引擎,有的浏览器不兼容filter属性

    Antwort
    0
  • 3721

    37212019-04-30 17:12:52

    兼容浏览器用的

    Antwort
    0
  • StornierenAntwort