Answer the question
In order to leave comments, you need to log in
How to change Bootstrap navbar on scroll?
I have a fixed navbar on Bootstrap 4, how can I change this navbar (height, background...) on scroll?
Answer the question
In order to leave comments, you need to log in
element.addEventListener("scroll", function() {
if (element.scrollTop > 200) {doSmth}
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question