You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergey Petushkov 3a208a339d Изменить 'README.md' 3 年之前
README.md Изменить 'README.md' 3 年之前
index.html Initial 3 年之前

README.md

page-preloader-labwork

About web-page loading indication

The main goal is to hide content styling glitches while loading main CSS and JS. Image will load after DOMContentLoaded event. So you may see jump of height.

In case we don’t have JS, then the preloader will be initially hidden by the noscript style block.