Team:ATOMS-Turkiye/deneme
From 2013.igem.org
Line 10: | Line 10: | ||
item = $("#slideshow items").children("div").eq(pg-1); | item = $("#slideshow items").children("div").eq(pg-1); | ||
content=$("#slideshow #right"); | content=$("#slideshow #right"); | ||
+ | content.stop(); | ||
content.fadeOut(200); | content.fadeOut(200); | ||
content.html(item.find("#text").html()); | content.html(item.find("#text").html()); | ||
Line 16: | Line 17: | ||
image.css("position","relative"); | image.css("position","relative"); | ||
imagebox = $("#slideshow").find( "#imagebox"); | imagebox = $("#slideshow").find( "#imagebox"); | ||
+ | imagebox.stop(200); | ||
imagebox.fadeOut(200); | imagebox.fadeOut(200); | ||
//image.width(imagebox.width()); | //image.width(imagebox.width()); |
Revision as of 16:47, 2 October 2013