Loading indicator

What a visitor sees in the moment before edited content appears.

Elements tagged with data-webnak are held invisible until the manifest resolves, so a visitor never reads the old text and watches it change. For the fraction of a second that takes, you can show something.

ValueWhat a visitor sees
noneNothing. The default.
barA thin progress bar at the top of the page.
overlayA full-page cover, with your background, text and logo.
skeletonPlaceholder blocks where the tagged content will appear.
customYour own element, named by data-loader-el, hidden when ready.
Your page template
<script src="https://cdn.wolfigs.com/webnak.js"
        data-site="ilk_your_site_key"
        data-loader="overlay"
        data-loader-bg="#0b0b0d"
        data-loader-accent="#f26322"
        data-loader-text="Loading"></script>