search

Home  >  Q&A  >  body text

-webkit- what does it mean

#myDIV

{

width:300px;

height:200px;

background:red;

animation:mymove 5s infinite;

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

-webkit-animation:mymove 2s infinite;

}


@keyframes mymove{

from {background-color:red;}

to {background-color:blue;}

}

@-webkit-keyframes mymove{

from {background-color:red;}

to {background-color:blue;}

}


奇遇奇遇2094 days ago2403

reply all(2)I'll reply

  • 王林

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

    Webkit browser engine, some browsers are not compatible with the filter attribute

    reply
    0
  • 3721

    37212019-04-30 17:12:52

    Compatible with browsers

    reply
    0
  • Cancelreply