imageloading
v1.0.1
Published
Fully Load Images for Website Loading
Downloads
3
Maintainers
Readme
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