Team:DTU-Denmark/test front
From 2014.igem.org
(Difference between revisions)
Line 41: | Line 41: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$(".front-column-curtain").hover(function() { | $(".front-column-curtain").hover(function() { | ||
- | $(this).find(".front-column-text").stop().css("height",0).animate( | + | $(this).find(".front-column-text").stop().css("height",0).animate({height: "100px"}, 'fast'); |
}, function() { | }, function() { | ||
- | $(this).find(".front-column-text").stop().css("height","200px").animate( | + | $(this).find(".front-column-text").stop().css("height","200px").animate({height: "0px"}, 'fast'); |
}); | }); | ||
}) | }) |
Revision as of 11:55, 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
|