1.0.1 • Published 1 year ago

imageloading v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Table of contents

General info

This package is to trace all the images is fully loaded on current web page and you can use to add animation page or screen when images are loading

Setup

To use this project, you need to :

$ Already made the design
$ One div for showing loading animation that must be covering for web.
$ For example: Your Parent animation is <div class='animation'>"You can add what you want to add,Animation images or etc..." </div>
$ and Finally add your main class/id like WebLoading('.animation');
$ Boom! All Done