@keyframesの概要

@keyframes アニメーション名 {

0% {

cssの処理

}

100% {

cssの処理

}

}

アニメーションしたい要素で指定する

(次のページ以降で説明)

  1. animation-name
  2. animation-timing-function
  3. animation-delay
  4. animation-iteration-count
  5. animation-direction
  6. animation-fill-mode
  7. animation-play-state
次のページ ➡