nitkkr-dev / nitkkr

This repo contains both the front-end and back-end code for NITKKR's new website
https://nitkkr-dev.vercel.app
14 stars 2 forks source link

feat: added scroll aware navigation #171

Open heydoyouknowme0 opened 3 months ago

heydoyouknowme0 commented 3 months ago

problems: current implementation functions on change of the divs visibility so if a div is never out of visible area, even if the prominent divs goes out of the area it doesnt revert to the first state. have to limit intersection range fixed: should work as intended in most devices