
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
},






