Implement throbber for mobile framework

This commit is contained in:
Hadi Nategh
2021-04-22 16:00:52 +02:00
parent 8ec1e46ea4
commit a49ac9648e
8 changed files with 45 additions and 64 deletions

View File

@ -1377,5 +1377,6 @@ var fw_base = (function(){ "use strict"; return Class.extend(
this.firstload_animation_gauge = _gauge ? _gauge : (this.firstload_animation_gauge == 0 ? 10 : (this.firstload_animation_gauge+5));
gauge.width(this.firstload_animation_gauge+"%");
if (_gauge == 100) window.setTimeout(function(){jQuery('#egw_fw_firstload').remove();},1000);
}
});}).call(this);