文章詳情頁
css3動畫 - css3 transition設置多個屬性的時候不能只用逗號分隔?
瀏覽:73日期: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
相關文章:
1. MySQL客戶端吃掉了SQL注解?2. php自學從哪里開始?3. mysql - AttributeError: ’module’ object has no attribute ’MatchType’4. 數據庫 - MySQL 單表500W+數據,查詢超時,如何優化呢?5. 求大神幫我看看是哪里寫錯了 感謝細心解答6. python - Django分頁和查詢參數的問題7. javascript - 圖片能在網站顯示,但控制臺仍舊報錯403 (Forbidden)8. javascript - 百度echarts series數據更新問題9. phpstady在win10上運行10. python小白的基礎問題 關于while循環的嵌套
排行榜
