Avoid timers throttling by browser when tab is inactive
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.
Command: npm install hacktimer
Latest version is 1.1.0
Registry URL: https://www.myget.org/F/hack-timer/npm
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"
]
}
}