Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在滚动此组件时突出显示导航菜单。
如果导航栏是“关于产品的主页”
当我在关于部分滚动时,关于导航菜单将被激活或突出显示。
我怎么能在反应中做到这一点,是否有任何 npm 包呢?
您可以使用交叉点观察器。 https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
或者
您还可以使用航点库 https://www.npmjs.com/package/react-waypoint