文章詳情頁
css3動畫 - css3 transition設(shè)置多個屬性的時候不能只用逗號分隔?
瀏覽:69日期:2023-07-11 14:42:23
問題描述
比如這個transition: width,height 1s ease;
問題解答
回答1:transition: width,height 1s,1s ease,ease;我知道了...后面的值也要用逗號多寫一遍...
回答2:多個屬性可以直接 transition: all 1s ease
回答3:transition: width 1s ease, height 1s ease;回答4:
不要逗號,空格隔開就行!
標簽:
CSS
相關(guān)文章:
1. python - Scrapy如何得到原始的start_url2. javascript - 從mysql獲取json數(shù)據(jù),前端怎么處理轉(zhuǎn)換解析json類型3. thinkPHP5中獲取數(shù)據(jù)庫數(shù)據(jù)后默認選中下拉框的值,傳遞到后臺消失不見。有圖有代碼,希望有人幫忙4. linux運維 - python遠程控制windows如何實現(xiàn)5. android - 安卓做前端,PHP做后臺服務(wù)器 有什么需要注意的?6. python - 數(shù)據(jù)與循環(huán)次數(shù)對應不上7. django - Python error: [Errno 99] Cannot assign requested address8. python小白 關(guān)于類里面的方法獲取變量失敗的問題9. mysql - ubuntu開啟3306端口失敗,有什么辦法可以解決?10. 求救一下,用新版的phpstudy,數(shù)據(jù)庫過段時間會消失是什么情況?
排行榜

熱門標簽