8000 GitHub - xccvv/spin.js: A spinning activity indicator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xccvv/spin.js

 
 

Repository files navigation

spin.js JS.ORG

An animated loading spinner

  • No images
  • No dependencies
  • Highly configurable
  • Resolution independent
  • Uses CSS keyframe animations
  • Works in all major browsers
  • Includes TypeScript definitions
  • MIT License

Usage

import {Spinner} from 'spin.js';

var target = document.getElementById('foo');
new Spinner({color:'#fff', lines: 12}).spin(target);

For an interactive demo and a list of all supported options please refer to the project's homepage.

About

A spinning activity indicator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 35.4%
  • CSS 22.1%
  • TypeScript 21.3%
  • JavaScript 21.2%
0