Difference between revisions of "Team:Pasteur Paris"

Line 4: Line 4:
 
<script type="text/javascript">
 
<script type="text/javascript">
 
$(document).ready(function(){
 
$(document).ready(function(){
        $('#itemDesc').hover(function(){
+
$('#itemDesc').hover(function(){
        $(this).children('.front').stop().animate({'top' : '150px', 'left' : '300px'}, 500);
+
                        alert('hover');
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
+
  $('#top-center').hover(function(){
+
        $(this).children('.front').stop().animate({'top' : '150px'}, 500);
+
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
+
$('#bottom-center').hover(function(){
+
        $(this).children('.front').stop().animate({'top' : '-150px'}, 500);
+
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
+
$('#left').hover(function(){
+
        $(this).children('.front').stop().animate({'left' : '300px'}, 500);
+
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
+
$('#right').hover(function(){
+
        $(this).children('.front').stop().animate({'left' : '-300px'}, 500);
+
}, function(){$(this).children('.front').stop().animate({'top' : '0px', 'left' : '0px'}, 500);});
+
$('#top-right').hover(function(){
+
 
        $(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