On the header of my webpage, the primary navigation class is called:
navbar navbar-default navbar-fixed-top bg
I am attempting to create a smoother scroll animation by changing the class when scrolling as follows:
navbar navbar-inverse navbar-fixed-top bg
How can I achieve this using Javascript? I haven't been able to find any resources online...the one solution I did come across only allowed for removing one class at a time which doesn't work in my case where multiple classes are used simultaneously...