Template:Team:HokkaidoU Japan/About Us/JS
From 2014.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
$(".overlay").eq(number).show(500); | $(".overlay").eq(number).show(500); | ||
$(this).queue([]); // queueを空にする | $(this).queue([]); // queueを空にする | ||
- | $(this).stop(); // アニメーション停止 | + | $(this).stop(true,true); // アニメーション停止 |
}, function() { | }, function() { | ||
var number =$(".show").index(this); | var number =$(".show").index(this); | ||
$(".overlay").eq(number).hide(500); | $(".overlay").eq(number).hide(500); | ||
$(this).queue([]); // queueを空にする | $(this).queue([]); // queueを空にする | ||
- | $(this).stop(); // アニメーション停止 | + | $(this).stop(true,true); // アニメーション停止 |
}); | }); | ||
Revision as of 07:54, 3 October 2014