$w.onReady(() => { waitForLoading(); }); export function button6_onClick() { $w('#columnStrip14').show(); waitForLoading(); } function waitForLoading() { setTimeout(() => { $w('#columnStrip14').hide('FadeOut'); }, 1500); }
top of page

Copyright ©2021 by Amālgrain Studio. All rights reserved

bottom of page