Skip to content

turuslan/HackTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

448b70f · Oct 12, 2018

History

49 Commits
May 28, 2017
Oct 10, 2016
Oct 10, 2016
Jul 10, 2015
Jul 10, 2015
Sep 1, 2015
Oct 12, 2018
Jan 20, 2016
May 28, 2017

Repository files navigation

HackTimer

Avoid timers throttling by browser when tab is inactive

Usage:

Place script reference to HackTimer.js (or HackTimer.min.js) before any other JavaScript. This includes library's such as jQuery as otherwise timed events such as fadeOut and fadeIn will break.

NPM

Command: npm install hacktimer

Latest version is 1.1.0

Registry URL: https://www.myget.org/F/hack-timer/npm

Bower

Command: bower install hacktimer

Latest version is 1.1.0

Registry: https://www.myget.org/F/hack-timer/bower/

You can specify bower registry in file .bowerrc in your working directory

{
  "registry": {
      "search": [
          "https://www.myget.org/F/hack-timer/bower/",
          "https://bower.herokuapp.com"
      ]
  }
}