var textWrapper = document.querySelector('.ml2'); textWrapper.innerHTML = textWrapper.textContent.replace(/\S/g, "$&"); anime.timeline({loop: true}) .add({ targets: '.ml2 .letter', scale: [4,1], opacity: [0,1], translateZ: 0, easing: "easeOutExpo", duration: 2950, delay: (el, i) => 70*i }).add({ targets: '.ml2', opacity: 0, duration: 10000, easing: "easeOutExpo", delay: 9000 });