Team:Oxford
From 2014.igem.org
(Difference between revisions)
Line 258: | Line 258: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$("#split").click(function(){ | $("#split").click(function(){ | ||
+ | $("#right").animate({left:'85%'}); | ||
+ | $("#left").animate({left:'3.1%'}); | ||
+ | $("#abstract").animate({width:'69.9%', left:'15.1%'}); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("body").onload(function(){ | ||
$("#right").animate({left:'85%'}); | $("#right").animate({left:'85%'}); | ||
$("#left").animate({left:'3.1%'}); | $("#left").animate({left:'3.1%'}); |
Revision as of 15:24, 2 September 2014