Team:Buenos Aires/Pruebas
From 2013.igem.org
(Difference between revisions)
Line 314: | Line 314: | ||
$('.texto').css({opacity:'0.0',display: 'none'}); | $('.texto').css({opacity:'0.0',display: 'none'}); | ||
/* show text: */ | /* show text: */ | ||
- | + | ||
- | + | ||
- | + | ||
$('#text' + currentId).css({display: 'block'}); | $('#text' + currentId).css({display: 'block'}); | ||
$('#text' + currentId).stop() | $('#text' + currentId).stop() | ||
.animate({opacity: '0.8'}, 1400, function(){}); | .animate({opacity: '0.8'}, 1400, function(){}); | ||
+ | |||
+ | $text_loading.show(); | ||
+ | $.when(loadDiv(this)).done(function(){ | ||
+ | $text_loading.hide();}); | ||
return false; | return false; |
Revision as of 05:00, 2 June 2013