Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ dots Public archive

loading animation with dots

Notifications You must be signed in to change notification settings

sergioramos/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deprecated

dots

loading animation with dots. demo

install

$ component install ramitos/dots

example

var dots = require('dots');

var loading = dots(document.getElementById('loading'));

loading.start();

setTimeout(function () {
  loading.stop();
}, 5000);

setTimeout(function () {
  loading.rm();
}, 6000);

api

dots(element[, interval])

interval defaults to 250ms

start()

stop()

rm()

license

MIT

About

loading animation with dots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published