Team:Lyon-INSA/notebook
From 2012.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<script type="text/javascript" href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | <script type="text/javascript" href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
- | + | <script type="text/javascript" href="http://ricostacruz.com/jquery.transit/jquery.transit.js"></script> | |
<script> | <script> | ||
Line 19: | Line 19: | ||
}); | }); | ||
- | $("#jourPrecedent").click(function(){previousDay(globalMonth,globalDay)}); | + | $("#jourPrecedent").click(function(){ |
+ | $('#descJour').transition({ | ||
+ | perspective: '100px', | ||
+ | rotateY: '180deg' | ||
+ | }); | ||
+ | previousDay(globalMonth,globalDay); | ||
+ | |||
+ | |||
+ | }); | ||
- | $("#jourSuivant").click(function(){nextDay(globalMonth,globalDay)}); | + | $("#jourSuivant").click(function(){ |
+ | $('#descJour').transition({ | ||
+ | perspective: '100px', | ||
+ | rotateY: '-180deg' | ||
+ | }); | ||
+ | nextDay(globalMonth,globalDay); | ||
+ | |||
+ | }); | ||
}); | }); |
Revision as of 13:59, 21 August 2012
June
July
August
September
October