{
const currentScrollY = window.scrollY;
if (Math.abs(currentScrollY - lastScrollY) > navThreshold / 4) { // Add some tolerance
if (currentScrollY > lastScrollY && currentScrollY > navThreshold && !isProfileDropdownOpen && !isMobileMenuOpen) {
showNav = false; // Scrolling down
} else {
showNav = true; // Scrolling up or near top
}
lastScrollY = currentScrollY;
}
}" @hide-navbar.window="showNav = false" -navbar.window="showNav = true" x-show="showNav"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 transform -translate-y-full"
x-transition:enter-end="opacity-100 transform translate-y-0" x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100 transform translate-y-0"
x-transition:leave-end="opacity-0 transform -translate-y-full">
Manasgatha Exclusive
Manasgatha Exclusive
Manasgatha Exclusive – Only on SLVLOG Stream Manasgatha Exclusive is a compelling talk series that brings together sharp minds for in-depth and insightful conversations on pressing issues, untold histories, and complex socio-political topics.