rrutsche / react-parallax

A React Component for parallax effect
MIT License
855 stars 76 forks source link

Button click or menu #44

Closed rohanleach4 closed 6 years ago

rohanleach4 commented 6 years ago

Is it possible to add a button to scroll to another section?

rrutsche commented 6 years ago

I think this should not be part of this package. If you want to add scrolling to a specific section on click you could use the package react-scroll. The parallax component is just a wrapper. You can add anything you want. Here's a basic example: https://codesandbox.io/s/rym8yvx7m. Maybe this helps you?

Regards

rohanleach4 commented 6 years ago

Thanks :-)