CU-Boulder:Header

From 2013.igem.org

(Difference between revisions)
Line 120: Line 120:
});
});
$('.dropdown-menu>li>a').hover(function() {
$('.dropdown-menu>li>a').hover(function() {
-
     $(this).animate({"font-size":"150%"}, 1000);
+
     $(this).animate({"font-size":"150%"}, 500);
}, function() {
}, function() {
-
     $(this).animate({"font-size":"100%"}, 1000);
+
     $(this).animate({"font-size":"100%"}, 500);
});
});
</script>
</script>
</html>
</html>

Revision as of 18:11, 4 July 2013