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