CU-Boulder:Header

From 2013.igem.org

(Difference between revisions)
Line 115: Line 115:
<script>
<script>
$('.btn-success').hover(function() {
$('.btn-success').hover(function() {
-
     $(this).animate({"color":"#006dcc"}, 1000);
+
     $(this).animate({"color":"#006dcc"}, 500);
}, function() {
}, function() {
-
     $(this).animate({"color":"#fff"}, 1000);
+
     $(this).animate({"color":"#fff"}, 500);
});
});
$('.dropdown-menu>li>a').hover(function() {
$('.dropdown-menu>li>a').hover(function() {

Revision as of 18:14, 4 July 2013