Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 395 Bytes

8.10-animation-jian-xie.md

File metadata and controls

21 lines (15 loc) · 395 Bytes

7.10 animation 簡寫

簡寫

animation 的 預設值是:none 0 ease 0 1 normal none running

animation: none 0 ease 0 1 normal none running;

依序分別代表以下 8 個屬性設定:

  • animation-name
  • animation-duration
  • animation-timing-function
  • animation-delay
  • animation-iteration-count
  • animation-direction
  • animation-fill-mode
  • animation-play-state