PRE-LOADER
A preloader — or what some call a loading screen — is the what you see on some sites before the main content of the web page is ...
For further actions, you may consider blocking this person and/or reporting abuse
I'm sorry but the fact that you need a pre-loader means that you're doing it wrong. I hate those because after the pre-loader disappears you will typically see a simple site. It's a clear sign of bloat on your site.
However, if you collect a lot of data to display, you might want to render a placeholder where the data will be shown when it is available. Like Facebook does.
See cloudcannon.com/deconstructions/20...
Actually, what I'd do is display the loader before anything else and wait until
window
is loaded and then hide the loader. That is the real way of making a loading screen.I'm not done making this project yet, but you can see the loading screen and how it disappears once the window is loaded.
prototrondev.leviathancoding.repl.co/
My own did not work the loader work but did not dissapered later it just continue loading
You have done something wrong in the code . I am sure it will work just try once more.✌️
I did it correctly or is it because I did not link java script to my project
You have to link JavaScript to make loading finite...
Okay am going to try it now
say no more projects.lukehaas.me/css-loaders/
Another good option is to make your own CSS-made loaders with keyframes.
Thank you @amitthakur11 . This is working for me.
Thanks for this will definitely try to implement.🌝
Nice work!! Need to work on my portfolio now 🙂
it doesn't need JS to animate.
First I don't understand where in the code this goes. I tried it is two different places and when I preview it all that happens is there is code across the top of the index page.???