Author: | amarinediary |
---|---|
Views Total: | 425 views |
Official Page: | Go to website |
Last Update: | September 16, 2022 |
License: | MIT |
Preview:

Description:
A Vanilla JavaScript library that displays a customizable loading indicator while loading assets on your web pages.
How to use it:
1. Load the vanilla-js-pages-transition-loader.min.js script in your document.
<script src="vanilla-js-pages-transition-loader.min.js"></script>
2. Customize the loading indicator.
let settings = { backgroundColor: "#2774ab", filterBrightness: 2, strokeWidth: 10, timeOnScreen: 100 },