animateの使い方[jQuery]

JavaScript
.animate(poperties
[,duration]
[,easing]
[,complete])
.animate(poperties
[,duration]
[,easing]
[,complete])
それぞれ
properties→最終的に変化させるCSSを指定する。
duration→アニメーションする時間を指定する。(初期値は400)
easing→イージング(変化の種類)を指定する。
complete→アニメーションが完了した時に実行したい処理を指定する。