tankh99 / portfolio-website

New portfolio website
https://portfolio-website-tankh99.vercel.app
0 stars 0 forks source link

Header pill movement inconsistency #1

Open wxiaoyun opened 8 months ago

wxiaoyun commented 8 months ago

Problem

When I scroll from top of the page to the about me section, the pill automatically moves from home to about. This behavior is not consistent with the rest of the sections

Expected

When I scroll to experience, the header pill moves to experience button. The following is achieved by clicking on the experience tab image

Actual

No pill movement when scrolling down image

wxiaoyun commented 8 months ago

Btw, bytegrad is such a great youtube channel. I learnt quite a bit about Next from him too 💯

tankh99 commented 8 months ago

Btw, bytegrad is such a great youtube channel. I learnt quite a bit about Next from him too 💯

Haha definitely one of the more educational and technical YouTubers. Jack Herrington is also pretty good!

tankh99 commented 8 months ago

Looks like this is an issue with react-intersection-observer not returning true for isInView...Will resolve this in future