Page Loading
UsingPage Loading
In Atlant v1.4 this feature was updated. All you need is call js function pageLoadingFrame(action,version);
.
Actions:show
(default), hide
Versions:v1
, v2
(default)
It's easy to redesign overlay or loaders. v1 uses .gif loader, v2 uses css3 effects(styles.less).
For example to call v2 loader use: pageLoadingFrame("show");
and pageLoadingFrame("hide");
to remove it.