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({opacity: '1'}, 1400, function(){}); | .animate({opacity: '1'}, 1400, function(){}); | ||
+ | $('#textExt'). animate({scrollTop: $('#textExt').offset().top }, 'slow'); | ||
/*Bind function recursivily in the links of the external*/ | /*Bind function recursivily in the links of the external*/ |
Revision as of 20:45, 27 October 2013