Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 315: | Line 315: | ||
$( ".project-steps-img img" ).hover( function(){ | $( ".project-steps-img img" ).hover( function(){ | ||
- | + | $( this ).animate({ | |
- | + | opacity: 0.25, | |
+ | left: "+=50", | ||
+ | height: "toggle" | ||
+ | }, 5000, function() { | ||
+ | $(this).css("width","100px"); | ||
+ | }); | ||
- | + | }); | |
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
Revision as of 13:43, 14 October 2014