Team:Oxford

From 2014.igem.org

(Difference between revisions)
Line 251: Line 251:
     x.style.width="38%";
     x.style.width="38%";
   }
   }
-
 
   function DCMation() {
   function DCMation() {
Line 270: Line 269:
     $("#grey").animate({right:'-13%'}, "fast");
     $("#grey").animate({right:'-13%'}, "fast");
   });
   });
-
});
 
-
$(document).ready(function(){
 
   $("#arrowl").click(function(){
   $("#arrowl").click(function(){
     $("#grey").animate({right:'-9%'}, "fast");
     $("#grey").animate({right:'-9%'}, "fast");
   });
   });
-
});
 
-
$(document).ready(function(){
 
   $("#split").click(function(){
   $("#split").click(function(){
     $("#right").animate({left:'85%'});
     $("#right").animate({left:'85%'});
Line 287: Line 282:
   $("#abstract").animate({width:'69.9%', left:'15.1%'});
   $("#abstract").animate({width:'69.9%', left:'15.1%'});
   });
   });
-
});
 
-
 
-
$(document).ready(function(){
 
   $("#x").click(function(){
   $("#x").click(function(){
     $("#right").animate({left:'50%'});
     $("#right").animate({left:'50%'});
Line 296: Line 288:
   });
   });
});
});
-
 
   function hideabstract(x) {
   function hideabstract(x) {
Line 307: Line 298:
     document.getElementById('DCMationwrap').style.display = "none";
     document.getElementById('DCMationwrap').style.display = "none";
   }
   }
-
 
-
 
-
 
   </script>
   </script>

Revision as of 01:23, 8 September 2014