Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
...
var isChrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1 ||
navigator.userAgent.toLowerCase().indexOf('safari') > -1;
...
/**
* Inject the countdown finale scripts, called after the countdown
* reaches the end.
*/
var finale = function() {
if (isChrome) {
io.injectScripts(['js/Three.js',
'js/Tween.js',
'js/countdown-entities.js'],
function() {
io.el('wrapper').style.background = 'none';
io.el('canvas-content').innerHTML = '';
io.injectScript('js/countdown-finale.js');
});
}
};
CountDown — Обратный отсчет на HTML5