轉換值
轉換等效的長度、時間和角度值。請注意,預設情況下,長度值不會被轉換。
範例
輸入
.box {
transition: color 500ms ease;
}
輸出
.box {
transition: color .5s ease;
}
轉換等效的長度、時間和角度值。請注意,預設情況下,長度值不會被轉換。
.box {
transition: color 500ms ease;
}
.box {
transition: color .5s ease;
}