react-springy-parallax
react-springy-parallax copied to clipboard
Access to this.parallax.refs in a separate menu component?
I have a separate menu component and want to add "onClick={() => this.parallax.scrollTo(1)}" on some of my menu items to scroll parallax content.
Is there a way to do this?