Skip to content

Replacement for Javascript's setInterval() that supports frequencies below the browser's minimum(usually 5-10ms).

License

Notifications You must be signed in to change notification settings

marcushat/FastInterval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

FastInterval

Replacement for setInterval() that supports frequencies below the browser's minimum(usually 5-10ms).

To use just replace setInterval() with setFastInterval() and clearInterval() with clearFastInterval()

About

Replacement for Javascript's setInterval() that supports frequencies below the browser's minimum(usually 5-10ms).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published