Skip to content

chigozie-coder/Swoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swoader

What is Swoader.js

Simple Preloader JS library

Usage

for importing

Javascript

<script src="https://chigozie-coder.github.io/Swoader/Swoader.js"></script>

for initializing

var swoader = new Swoader();
swoader.start();

For Styling

var swoader = new Swoader(color,size,bg)
swoader.start();

to set time to remove add this

swoader.removeWhenLoaded(time in ms);

To remove it when the window has loaded

swoader.removeWhenWindowLoaded();

To add a loading text

swoader.addText(text, size,color);

To animate text

swoader.animateText();

To display text instead of loader

swoader.displayOnlyText();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages