+ 8
how can i make a Loading screen in html css and js
13 ответов
+ 8
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
+ 7
Thanks for helping me 😊
+ 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
+ 5
Lesson created by sololearn hope it helps you :
https://www.sololearn.com/learn/17738/?ref=app
+ 5
Thanks Andrew ☺️ for helping. It helped me a lot <3😄
+ 4
I'd check out the code playground, see if there's any idea there ;)
+ 4
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
+ 3
Yes i know about w3schools
+ 3
And thanks for code
+ 3
Yea sure
+ 2
Hi, I'm still a beginner, can I join?
+ 2
Fro Duxs yup, please
+ 1
Thank you