Skip to content

mohayonao/MutekiTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutekiTimer

A stable timer that run in the background

Demo

http://mohayonao.github.com/MutekiTimer/

##How to Use

// use MutekiTimer object

t = new MutekiTimer();

t.setInterval(function() {
  // processing
}, 150);
t.clearInterval();
// replace window.setInterval

MutekiTimer.use();

t = setInterval(function() {
  // processing
}, 150);
clearInterval(t);

##License MIT

About

A stable timer that run in the background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published