DesiMaza.Xyz
rval(() => { const icon = document.getElementById('icon'); const text = document.getElementById('watermark-text'); icon.style.animation = 'iconPush 0.3s ease-in-out'; setTimeout(() => { icon.style.animation = ''; text.style.animation = 'textMove 0.5s ease-in-out'; setTimeout(() => { text.style.animation = ''; }, 500); }, 300); }, 2500); }, 500); }, 300); }, 2500);