You mean with these codes.? Not a big fan of this.
$w.onReady(() => {
waitForLoading();
});
function waitForLoading() {
setTimeout(() => {
$w('#preloader').hide('FadeOut');
}, 1500);
}
You mean with these codes.? Not a big fan of this.
$w.onReady(() => {
waitForLoading();
});
function waitForLoading() {
setTimeout(() => {
$w('#preloader').hide('FadeOut');
}, 1500);
}