Team:DTU-Denmark/test front
From 2014.igem.org
(Difference between revisions)
Line 45: | Line 45: | ||
} | } | ||
}); | }); | ||
- | + | $(".front-column-text").css("height","0"); | |
+ | |||
$(".front-column-curtain").hover(function() { | $(".front-column-curtain").hover(function() { | ||
- | $(this).find(".front-column-text").stop().css("height",0).animate({height: " | + | $(this).find(".front-column-text").stop().css("height","0").animate({height: textHeight+"px"}, 'fast').parents(".front-page-curtain").css("box-shadow","0 0 10px black"); |
}, function() { | }, function() { | ||
- | $(this).find(".front-column-text").stop().css("height", | + | $(this).find(".front-column-text").stop().css("height",textHeight).animate({height: "0px"}, 'fast'); |
}); | }); | ||
}) | }) |
Revision as of 12:04, 14 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
|