window.addEventListener('load', function() { setTimeout(function() { document.querySelector('.v-video').style.transition = 'opacity 3s'; document.querySelector('.v-video').style.opacity = '1'; }, 1000); // Delay: 3s (3000ms) }); };