Template:Team:KIT-Kyoto/first

From 2014.igem.org

(Difference between revisions)
Line 15: Line 15:
         $("#first").css({opacity:'0'});
         $("#first").css({opacity:'0'});
         setTimeout(function(){
         setTimeout(function(){
-
         $("#first_box_left").animate({"left":-150+"50%"},400);
+
         $("#first_box_left").animate({"left":"0"},400);
-
         $("#first_box_right").animate({"right":-150+"50%"},400);
+
         $("#first_box_right").animate({"right":"0"},400);
-
         $("#first_box_top").animate({top:-150+"50%"},400);
+
         $("#first_box_top").animate({top:"0"},400);
-
         $("#first_box_bottom").animate({bottom:-150+"50%"},400);
+
         $("#first_box_bottom").animate({bottom:"0"},400);
         },1000);
         },1000);
         setTimeout(function(){
         setTimeout(function(){

Revision as of 06:05, 25 September 2014


kit