transform
transition-origin:設定物件中變換所參考的原點
none:無變換
translate(
translateX(
translateY(
rotate(
scale(
scaleX(
scaleY(
skew(
skewX(
skewY(
過渡:
transtion:[transtion-property]||[transtion-duration]||[transtion-timing-function]||[transtion-delay]
transtion-property:檢索或設定物件中的參與過渡的屬性 default
transtion-duration:檢索或設定物件過渡的持續時間
transtion-timing-function:檢索或設定物件過渡的動畫類型
transtion-delay:檢索或設定物件延遲過渡的時間
動畫:
animation:[animation-name]||[animation-duration]||[animation-timing-function]||[animation-delay]||[animation-iteration-count]||[animation-direction]
animation-name:檢索或設定物件所套用的動畫名稱
animation-duration:檢索或設定物件動畫的持續時間
animation-timing-function:檢索或設定物件動畫的過渡類型
animation-delay:檢索或設定物件動畫的延遲時間
animation-iteration-count:檢索或設定物件動畫的循環次數
animation-direction:檢索或設定物件動畫是否在循環中反向運動