-webkit- was bedeutet das?
奇遇
奇遇 2019-04-29 22:50:52
0
2
2372

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

}


奇遇
奇遇

Antworte allen(2)
V

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

3721

兼容浏览器用的

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage