文章詳情頁
-webkit- 是什么意思
瀏覽:79日期: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:兼容瀏覽器用的 標(biāo)簽:
web
相關(guān)文章:
1. mysql - 請問數(shù)據(jù)庫字段為年月日,傳進(jìn)的參數(shù)為月,怎么查詢那個月所對應(yīng)的數(shù)據(jù)2. javascript - 求幫助 , ATOM不顯示界面!!!!3. javascript - 我的站點貌似被別人克隆了, google 搜索特定文章,除了域名不一樣,其他的都一樣,如何解決?4. [python2]local variable referenced before assignment問題5. php - 微信開發(fā)驗證服務(wù)器有效性6. 求救一下,用新版的phpstudy,數(shù)據(jù)庫過段時間會消失是什么情況?7. javascript - [MUI 子webview定位]8. Python2中code.co_kwonlyargcount的等效寫法9. javascript - vue+iview upload傳參失敗 跨域問題后臺已經(jīng)解決 仍然報403,這是怎么回事啊?10. html - 移動端radio無法選中
排行榜

熱門標(biāo)簽