-webkit- what does it mean
奇遇
奇遇 2019-04-29 22:50:52
0
2
2233

#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;}

}


奇遇
奇遇

reply all (2)
V

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

    3721

    Compatible with browsers

      Latest Downloads
      More>
      Web Effects
      Website Source Code
      Website Materials
      Front End Template
      About us Disclaimer Sitemap
      php.cn:Public welfare online PHP training,Help PHP learners grow quickly!