Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 313: | Line 313: | ||
$( "html" ).css( "margin-top","-10px" ); | $( "html" ).css( "margin-top","-10px" ); | ||
- | $( " | + | |
- | function() { | + | |
- | + | $("img").hover( | |
- | }); | + | function(){$(this).animate({width: 400px, height:400px}, 1000);}, |
+ | function(){$(this).animate({width: 200px, height:200px}, 1000);} | ||
+ | ); | ||
+ | |||
+ | |||
+ | |||
Revision as of 09:01, 14 October 2014