Template:Team:KIT-Kyoto/hidelogo

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
     }
     }
setTimeout(function(){
setTimeout(function(){
-
$(".hidelogo img").animate({'margin-top':'-40px','margin-bottom':'-65px'},1000,'linear');
+
$(".hidelogo img").animate({'margin-top':'-40px','margin-bottom':'-65px'},800,'linear');
},3000);
},3000);
setTimeout(function(){
setTimeout(function(){
-
$(".showlogo img").animate({'margin-top':'14px','margin-bottom':'-10px'},1000,'linear');
+
$(".showlogo img").animate({'margin-top':'14px','margin-bottom':'-10px'},800,'linear');
-
},3000);
+
},1000);
};
};
   
   

Revision as of 15:27, 21 September 2014