1.0.3 • Published 2 years ago

vanilla-spinner v1.0.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
2 years ago

vanilla-spinner

Pure javascript spinner what creates a simple SVG spinner.

Demo: https://w3.calantas.org/vanilla-spinner

Example Usage:

Add a the library to your website

<script src="../node_modules/jqgrid_utils/dist/vanilla-spinner.js"></script>

Example Usage:

  let spinner = new Vanilla-spinner();
  let spinner.start();
  let spinner.halt();

Vanilla-spinner

A module for Jqgrid_utils

module.exports ⏏

Kind: Exported class

module.exports#halt() ⇒ null

Stop the spinner with the halt function

Kind: Exported function
Returns: null - - null
Example

let s = new Spinner();
s.start();
s.halt();

module.exports#start() ⇒ null

Start the spinner with the start function

Kind: Exported function
Returns: null - - null
Example

let s = new Spinner();
s.start();
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago