Loading bar | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Loading bar

How can i make a loading bar appear before the actual page?

28th Nov 2017, 9:08 AM
JOHNTHEBUN
JOHNTHEBUN - avatar
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
30th Nov 2017, 12:44 PM
Md. Nafis Ul Haque Shifat
Md. Nafis Ul Haque Shifat - avatar
+ 4
https://code.sololearn.com/WRy4anbHWHu7/?ref=app
30th Nov 2017, 1:06 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 4
Hmm... Ill consider, thanks though
30th Nov 2017, 2:39 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 3
But how do i make a loading bar?
30th Nov 2017, 1:12 PM
JOHNTHEBUN
JOHNTHEBUN - avatar
+ 2
30th Nov 2017, 2:14 PM
Md. Nafis Ul Haque Shifat
Md. Nafis Ul Haque Shifat - avatar