Team:Heidelberg/Project

From 2014.igem.org

(Difference between revisions)
Line 433: Line 433:
else
else
$element = $(this).parent();
$element = $(this).parent();
-
+
 
-
$element.find('span').stop(true).animate({opacity: 1});
+
$element.find('span').stop(true).animate({opacity: 1}, 800);
})
})
.mouseleave(function() {
.mouseleave(function() {
Line 444: Line 444:
$element = $(this).parent();
$element = $(this).parent();
-
$element.find('span').stop(true).animate({opacity: 0});
+
$element.find('span').stop(true).animate({opacity: 0}, 800);
});
});
});
});

Revision as of 09:06, 15 October 2014