Skip to content

Latest commit

 

History

History
21 lines (4 loc) · 388 Bytes

File metadata and controls

21 lines (4 loc) · 388 Bytes

Project Main Functions

  • i created the navbar from the sections on the project by adding them into fragment and give it to the navbar.
  • i get the shown section on the screen to give it the active class and mark it on the navbar using getBounding function as recommended.
  • i make move to section smooth on click them on the navbar using scrollIntoView function.