function setAnimation(el) {
$(el).css('animation', `shadow-pulse ${1 + Math.random() * 3}s`);
}
$(el).css('animation', `shadow-pulse2 ${1 + Math.random() * 3}s`);
}
$('.mr-2').on('animationend', function() {
$(this).css('animation', '');
setTimeout(setAnimation, 0, this);
}).get().forEach(setAnimation);
Короче ладно, забей. В жизни с таким отношением к людям тебе будет сложно. Бог тебе судья..