jquery-loading

0.2.8 • Public • Published

jQuery Loading Plugin

This is a simple jQuery loading plugin, that draws animations via DOM elements, with ability to push your own effects&algorithms for animations.

It also have predefined algorithms and effects.

Usage

 
// initialize loader with options:
// options are listed in wiki
$('#my-element').loading(options);
 
// update runtime options of loading:
// progress >= 100 will delete loader;
// interval - u can change the speed of the current animation
$('#my-element').loading({progress: 50, interval: 100});
 

Algorithms

  • Snake

Effects

  • Simple show/hide
  • Simple show/hide depends on progress
  • Fancy color changing
  • Jumping

Creating your own animations

Creating your own algorithm

n/a

Creating your own effect

n/a

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.8
    22
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.8
    22

Package Sidebar

Install

npm i jquery-loading

Weekly Downloads

22

Version

0.2.8

License

MIT

Last publish

Collaborators

  • gobwas