Team:Buenos Aires
From 2013.igem.org
(Difference between revisions)
Line 508: | Line 508: | ||
/*show external div in textExt*/ | /*show external div in textExt*/ | ||
$('#textExt').css({display: 'block'}); | $('#textExt').css({display: 'block'}); | ||
- | |||
- | |||
$('#textExt').stop() | $('#textExt').stop() | ||
.animate({scrollTop: $('#textExt').offset().top }, 'slow'); | .animate({scrollTop: $('#textExt').offset().top }, 'slow'); | ||
+ | $('#textExt').stop() | ||
+ | .animate({opacity: '1'}, 1400, function(){}); | ||
+ | |||
/*Bind function recursivily in the links of the external*/ | /*Bind function recursivily in the links of the external*/ | ||
$('.texto a').css({color:"#68A"}); | $('.texto a').css({color:"#68A"}); |
Revision as of 20:43, 27 October 2013