Team:Lyon-INSA/notebook
From 2012.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
$("#jourPrecedent").click(function(){ | $("#jourPrecedent").click(function(){ | ||
- | $(".textContent").transition({perspective: ' | + | $(".textContent").transition({perspective: '10px',rotateY: '360deg'},500); |
setTimeout("previousDay(globalMonth,globalDay);",500); | setTimeout("previousDay(globalMonth,globalDay);",500); | ||
}); | }); | ||
Line 24: | Line 24: | ||
$("#jourSuivant").click(function(){ | $("#jourSuivant").click(function(){ | ||
$(".textContent").transition({ | $(".textContent").transition({ | ||
- | perspective: ' | + | perspective: '10px', |
rotateY: '-360deg' | rotateY: '-360deg' | ||
},500); | },500); |
Revision as of 14:56, 21 August 2012
June
July
August
September
October