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'}, | + | $(".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'}, | + | $(".showlogo img").animate({'margin-top':'14px','margin-bottom':'-10px'},800,'linear'); |
- | }, | + | },1000); |
}; | }; | ||
Revision as of 15:27, 21 September 2014