Pages Transition Loader In Vanilla JavaScript

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

Preview:

Pages Transition Loader In Vanilla JavaScript

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

You Might Be Interested In:


Leave a Reply