@keyframesの概要
@keyframes
アニメーション名
{
0% {
cssの処理
}
100% {
cssの処理
}
}
→
アニメーションしたい要素で指定する
(次のページ以降で説明)
animation-name
animation-timing-function
animation-delay
animation-iteration-count
animation-direction
animation-fill-mode
animation-play-state
次のページ ➡