Skip to content

Instantly share code, notes, and snippets.

@mbparvezme
Last active March 4, 2024 07:41
Show Gist options
  • Save mbparvezme/5962e63e11d440c41981f9ca44107b9e to your computer and use it in GitHub Desktop.
Save mbparvezme/5962e63e11d440c41981f9ca44107b9e to your computer and use it in GitHub Desktop.
window.addEventListener('scroll', function() {
document.querySelector('.navbar').classList.toggle('nav-transform', window.scrollY >= 50);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment