// Mobile menu toggle function toggleMobileMenu() { const menu = document.getElementById("mobileMenu"); menu.classList.toggle("hidden"); } // Scroll to latest function scrollToLatest() { document.getElementById("latestGrid").scrollIntoView({ behavior: "smooth", block: "start" }); } // Filter by genre function filterByGenre() { alert("Feature coming soon! Genres: Action, Adventure, Comedy, Drama, Fantasy, Horror, Romance, Sci-Fi, Slice of Life, Sports"); } /* Hero section */ .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 50%, transparent 100%); } /* Improved card hover */ .manga-card:hover img { filter: brightness(1.1); } /* Button animations */ .btn-netflix { position: relative; overflow: hidden; } .btn-netflix::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s; } .btn-netflix:hover::before { left: 100%; } /* Mobile menu animation */ #mobileMenu { transition: all 0.3s ease; } /* Search results dropdown */ #searchResults { backdrop-filter: blur(8px); animation: slideDown 0.2s ease; } @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } /* Genre badges */ .genre-badge { background: rgba(229,9,20,0.1); color: #E50914; padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 600; }
Ribuan komik bahasa Indonesia update setiap hari. Baca sekarang tanpa daftar!