泳ぐ魚を作成しました。アニメーションの最後に、魚が回転して上に泳ぎます。
function anim() {
$(".fish_wrap").animate({
"left": "-90px" }, 5000);
}
anim();
ここにフィドルリンクがあります:
泳ぐ魚を作成しました。アニメーションの最後に、魚が回転して上に泳ぎます。
function anim() {
$(".fish_wrap").animate({
"left": "-90px" }, 5000);
}
anim();
ここにフィドルリンクがあります: