+ 4

how can i make a Loading screen in html css and js

10th Jul 2024, 6:08 PM
Alya 🌟
Alya 🌟 - avatar
13 Réponses
+ 7
Use display none in CSS to hide the loading screen after it's done. You can automate it with JS. Do you know about w3schools? https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_loader5
11th Jul 2024, 3:40 AM
Chris Coder
Chris Coder - avatar
+ 6
Thanks for helping me 😊
11th Jul 2024, 4:56 PM
Alya 🌟
Alya 🌟 - avatar
+ 6
Sulgi Chan 호 you can toggle between loader and content when all content is loaded using window.onload function window.onload = () => { //disable loading screen } ex., https://sololearn.com/compiler-playground/W1mIBGf6KKtw/?ref=app !look at the code till line 15 only
11th Jul 2024, 8:50 PM
Andrew [DEAD]
Andrew [DEAD] - avatar
+ 4
I'd check out the code playground, see if there's any idea there ;)
10th Jul 2024, 9:45 PM
Ausgrindtube
Ausgrindtube - avatar
+ 4
Lesson created by sololearn hope it helps you : https://www.sololearn.com/learn/17738/?ref=app
11th Jul 2024, 11:47 AM
R🍁🇮🇳
R🍁🇮🇳 - avatar
+ 3
But they are just making loading screen i want that after loading screen the page will show like first load then show see if you can help me
11th Jul 2024, 1:13 AM
Alya 🌟
Alya 🌟 - avatar
+ 3
Thanks Andrew ☺️ for helping. It helped me a lot <3😄
11th Jul 2024, 11:06 PM
Alya 🌟
Alya 🌟 - avatar
+ 2
And thanks for code
11th Jul 2024, 11:07 PM
Alya 🌟
Alya 🌟 - avatar
+ 2
Hi, I'm still a beginner, can I join?
12th Jul 2024, 4:04 AM
Fro Duxs
Fro Duxs - avatar
+ 2
Fro Duxs yup, please
12th Jul 2024, 7:27 AM
Andrew [DEAD]
Andrew [DEAD] - avatar
+ 2
Yea sure
12th Jul 2024, 8:34 AM
Alya 🌟
Alya 🌟 - avatar
+ 1
Yes i know about w3schools
11th Jul 2024, 4:58 PM
Alya 🌟
Alya 🌟 - avatar
0
Thank you
16th Jul 2024, 6:34 AM
Fro Duxs
Fro Duxs - avatar