Team:DTU-Denmark/test front
From 2014.igem.org
(Difference between revisions)
Line 46: | Line 46: | ||
width: 100%; | width: 100%; | ||
bottom: 0; | bottom: 0; | ||
+ | display: none; | ||
} | } | ||
Line 60: | Line 61: | ||
}); | }); | ||
$(".front-column-text").css("height","0"); | $(".front-column-text").css("height","0"); | ||
+ | $("'front-column-banner").show(); | ||
$(".front-column-curtain").hover(function() { | $(".front-column-curtain").hover(function() { | ||
$(this).find(".front-column-text").stop().css("height","0").animate({height: textHeight+"px"}, 600).parents(".front-page-curtain").css("box-shadow","0 0 10px black"); | $(this).find(".front-column-text").stop().css("height","0").animate({height: textHeight+"px"}, 600).parents(".front-page-curtain").css("box-shadow","0 0 10px black"); | ||
+ | $(this).find(".front-column-banner").fadeOut(); | ||
}, function() { | }, function() { | ||
$(this).find(".front-column-text").stop().css("height",textHeight).animate({height: "0px"}, 600); | $(this).find(".front-column-text").stop().css("height",textHeight).animate({height: "0px"}, 600); | ||
+ | $(this).find(".front-column-banner").fadeIn(); | ||
}); | }); | ||
}) | }) |
Revision as of 08:13, 15 October 2014
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|
Problem:How can we quantify promoter activity?
BlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBlaBla
|