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