文章详情页
-webkit- 是什么意思
浏览:166日期:2023-02-02 13:01:33
问题描述
#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;}
}
问题解答
回答1:webkit浏览器引擎,有的浏览器不兼容filter属性
回答2:兼容浏览器用的 标签:
web
相关文章:
1. debian - docker依赖的aufs-tools源码哪里可以找到啊?2. docker gitlab 如何git clone?3. javascript - angular左右滑动如何切换路由状态,????4. node.js - nodeJS 写入文件的内容怎么不是按次序的?5. javascript - 求一款靠谱点的移动端图片查看器插件,老司机速进!6. android自带时钟应用的这个效果是怎么做的7. mysql sql where id in(25,12,87) 结果集如何用按照 25 12 87排序?8. 数据库创建失败9. jupyter-notebook - Mac下启动jupyter notebook后没有Python的选项?10. 这是什么情况???
排行榜

网公网安备