Team:Evry/Notebook/test

From 2014.igem.org

(Difference between revisions)
Line 11: Line 11:
     $('body').animate({
     $('body').animate({
-
       left: "285px"
+
       left: "-285px"
     }, 200);
     }, 200);
   });
   });
Line 18: Line 18:
   $('.icon-close').click(function() {
   $('.icon-close').click(function() {
     $('.menu').animate({
     $('.menu').animate({
-
       left: "-285px"
+
       left: "+285px"
     }, 200);
     }, 200);
Line 46: Line 46:
   height: 25%;
   height: 25%;
   position: fixed;
   position: fixed;
-
   width: 285px;
+
   width: 0px;
}
}

Revision as of 08:51, 19 August 2014