Template:Team:HokkaidoU Japan/About Us/JS
From 2014.igem.org
(Difference between revisions)
Line 64: | Line 64: | ||
$(".show").slice(2, 6).click(function(){ | $(".show").slice(2, 6).click(function(){ | ||
- | $(".show, .overlay").slice( | + | $(".show").slice(6).animate({"top": "160px"}, 500); |
+ | $(".overlay").slice(9).animate({"top":"160px"},500): | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 15:51, 29 September 2014