setTimeout(function() {
var start = new Date().getTime() // начальная дата в мс
var delay = start + 3 * 1000 // 3 секунды
var now = Date.now() // текущее время в мс
if(start == now) {
console.log('123')
}
}, 1000) // каждую секунду
backface-visibility: hidden;
perspective: 1000;
will-change: transform;
.header .img.img-1 {
background: url("1.svg") repeat-x right bottom / 4571px 608px;
height: 608px;
width: 9142px;
bottom: 0;
animation: loop 30s infinite linear;
transition: all 0.15s linear;
}
.header .img.img-2 {
background: url("2.svg") repeat-x right bottom / 4575px 488px;
height: 488px;
width: 9150px;
bottom: 104px;
animation: loop 35s infinite linear;
transition: all 0.15s linear;
}