How to change the background-color when scrolling?

后端 未结 2 1584
走了就别回头了
走了就别回头了 2021-01-07 10:05

I have created a fixed navbar. Now I am trying to change background color navbar. I have created a fixed menu with changing color when scrolling down at the end of the page.

2条回答
  •  臣服心动
    2021-01-07 10:46

    first remove bg-white from this line:

     
    

    then style your Navbar backgroundColor whenever you want. in scrolling or ... like :

     
    

    or use standard class name like:

    bg-primary
    bg-light
    bg-success
    bg-info
    bg-warning
    bg-danger
    bg-dark
    

    sample output: https://codesandbox.io/s/nav-bar-examples-68xfg

提交回复
热议问题