Home
/
Shop
/
Deadlock
Deadlock
Products
Master Valve's new hero-shooter with elite precision tools.
DEADLOCK
Predator
Loading description...
From
EUR 0.00
View
document.addEventListener('DOMContentLoaded', () => { const reveals = document.querySelectorAll('.reveal'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('active'); } }); }, { threshold: 0.1 }); reveals.forEach(el => observer.observe(el)); setTimeout(() => { reveals.forEach(el => { if (el.getBoundingClientRect().top < window.innerHeight) el.classList.add('active'); }); }, 100); });