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( 'tile', { | + | $(this).animate('tile', { |
"effect": "zoomIn", | "effect": "zoomIn", | ||
- | "duration": 500 | + | "duration": 500, |
- | + | "sequent": false, | |
+ | "adjustDuration": true, | ||
+ | "strength": 10 | ||
+ | }); | ||
+ | |||
$(this).animate( {border: "10px solid green" | $(this).animate( {border: "10px solid green" | ||
} ); | } ); |
Revision as of 13:26, 14 October 2014