+ 3
Loading bar
How can i make a loading bar appear before the actual page?
5 Answers
+ 2
create a loading bar and add follow this..
<body onload="hideLoadingBar()">
you need to make an animated loading bar and to write the hideLoadingBar function to hide the loading bar after the page is fully loaded.
this code shows a loading bar before loading...
https://code.sololearn.com/WeZZYDHyZgux/?ref=app
+ 4
https://code.sololearn.com/WRy4anbHWHu7/?ref=app
+ 4
Hmm... Ill consider, thanks though
+ 3
But how do i make a loading bar?
+ 2
@JOHNTHEBUN check this code...
https://code.sololearn.com/WFairaYvzmaP/?ref=app