--- Webpacus/root/editor/editor.js 2005/11/24 16:30:16 134 +++ Webpacus/root/editor/editor.js 2005/11/24 22:29:39 137 @@ -27,7 +27,7 @@ } update_status(nr+'...'); iwfRequest( url+'/xml/?template='+template_filename+'&rec='+nr, 'div_record' ); - iwfOpacity('div_record', 30); + new Effect.Opacity('div_record', { from: 1.0, to: 0.7, duration: 0.3 }); } function inc_rec() { @@ -64,7 +64,7 @@ function switch_template(template_name) { Logger.info('switch_template to '+template_name); - new Effect.Opacity('div_template', { from: 1.0, to: 0.7, duration: 0.5 }); + new Effect.Opacity('div_template', { from: 1.0, to: 0.7, duration: 0.3 }); Logger.debug('load template editor'); load_template(template_name);