A
A
Anton2018-04-15 00:14:22
JavaScript
Anton, 2018-04-15 00:14:22

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

1 answer(s)
P
profesor08, 2018-04-15
@profesor08

element.addEventListener("scroll", function() {
  if (element.scrollTop > 200) {doSmth}
})

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question