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.
| Value | What a visitor sees |
|---|---|
| none | Nothing. The default. |
| bar | A thin progress bar at the top of the page. |
| overlay | A full-page cover, with your background, text and logo. |
| skeleton | Placeholder blocks where the tagged content will appear. |
| custom | Your own element, named by data-loader-el, hidden when ready. |
<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>