< ;a href="#" class="run">実行
実行
CSS
JavaScript
$(document).ready(function(){
$(".run").click(function(){
$("#box").animate({opacity: "0.1 ", 左: " =400"}, 1200)
.animate({不透明度: "0.4", 上: " =160", 高さ: "20", 幅: "20"}, "遅い")
.animate({不透明度: "1", 左: "0", 高さ: "100", 幅: "100"}, "遅い")
.animate({上: "0"}, " fast")
.slideUp()
.slideDown("slow")
return false;
});
});