Template:Team:HokkaidoU Japan/About Us/JS
From 2014.igem.org
(Difference between revisions)
Line 64: | Line 64: | ||
$(".show").find('this:li(3)').click(function(){ | $(".show").find('this:li(3)').click(function(){ | ||
- | $(".show").find('this:gt(4)').animate("top","160px"); | + | $(".show").find('this:gt(4)').animate({"top","160px"},500); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 15:29, 29 September 2014