[].forEach.call( document.querySelectorAll('li'), function(el,i) { el.style.animationDelay = (i * 100)+ "ms"; });