animation: fade 2s ease 0s 1 normal;
1.animation-name キーフレームアニメーション名。
2.animation-duration 1回のアニメーションにかかる時間を指定。
3.animation-timing-function アニメーションの変化率、ease、linear、ease-out、ease-in-out オリジナルの変化率も指定できる。
4.animation-delay アニメーションの開始までの時間。
5.animation-iteration-count アニメーション繰り返し回数。
6.animation-direction 繰り返し時の処理。