Difference between revisions of "Team:Pasteur Paris"

Line 5: Line 5:
 
$(document).ready(function(){
 
$(document).ready(function(){
 
$('#itemDesc').hover(function(){
 
$('#itemDesc').hover(function(){
                         alert('hover');
+
                         //alert('hover');
 
        $(this).children('.front').stop().animate({'top' : '150px','left' : '-300px'}, 500);
 
        $(this).children('.front').stop().animate({'top' : '150px','left' : '-300px'}, 500);
 
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
 
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});

Revision as of 15:10, 29 July 2015

Presentation video of our project, PlastiCure!
Made by iGEM IONIS, during the Parisian Meet-up!

Item 1
Item 2