fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 437 forks source link

Suggestions #338

Open sinnbeck opened 6 years ago

sinnbeck commented 6 years ago

A few suggestions for some nice to have features.

  1. Make it possible to set a to reference the next Element (after the one in view). Simply get the next and go to that
  2. Make a callback for for when in view. This would make it possible to do nr. 1 manually (currently I have to use react waypoint besides your plugin to make this work)