Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 350 Bytes

File metadata and controls

18 lines (12 loc) · 350 Bytes

Sticky navbar

Good old navbar sticking it up to the top of the page and letting it slide underneath without any break or text distortion using plain vanilla JS no Jquery no bootstrap

Challenges

  • offsetTop
  • scrollY
  • margin adjust
  • transistion css property

demo

demo1

  • before scrolling

demo2

  • after scrolling