Hi abolinia,
Here is the Set Interval function :
setInterval(function(){
$w("#element").show();//element is hidden on load, being visible after 5 seconds
}, 5000);//time millisecond
hope this helps!
Best,
Mustafa
Hi abolinia,
Here is the Set Interval function :
setInterval(function(){
$w("#element").show();//element is hidden on load, being visible after 5 seconds
}, 5000);//time millisecond
hope this helps!
Best,
Mustafa