Lilyrose08 Set Top ★

document.addEventListener('DOMContentLoaded', () => { const setTopBtn = document.getElementById('set-top-btn'); // 1. Show/Hide Button based on scroll position const toggleSetTopButton = () => { if (window.scrollY > 300) { setTopBtn.classList.add('is-visible'); } else { setTopBtn.classList.remove('is-visible'); } }; Astro 25 Mobile Depot R200100 Download Hot Apr 2026

/* Active State: When user scrolls down */ .set-top-button.is-visible { opacity: 1; visibility: visible; transform: translateY(0); } Ninja Assassin -2009- 1080p Brrip X264 - Yify His Past; The

// Add scroll event listener window.addEventListener('scroll', toggleSetTopButton);