8000 GitHub - KanoComputing/loading-animation: Little pips moving around while you wait
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KanoComputing/loading-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Loading animation

A loading animation to display while users wait

API

index.js is a ES6 module exporting LoadingAnimation;

import { LoadingAnimation } from '@kano/loading-animation';

// Only parameter to contructor is parent element
const animation = new LoadingAnimation(document.getElementById('container'));

// Starts
animation.start();

// Stops
animation.stop();

// Removes from the dom
animation.delete();

About

Little pips moving around while you wait

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0