jscottsmith / react-scroll-parallax

🔮 React hooks and components to create parallax scroll effects for banners, images or any other DOM elements.
https://react-scroll-parallax.damnthat.tv/
MIT License
2.9k stars 158 forks source link

[Support] Examples are too complex #121

Closed nukec closed 3 years ago

nukec commented 3 years ago

There should be simple examples with divs on how to move the divs up and left. Storybook has good examples, but source code is again too complex. I suggest you do example per component, with separation of concerns and do simple hardcoded examples so it can be understood quickly. at the moment it's very complex to understand how different values work.

jscottsmith commented 3 years ago

Thanks for the input, I agree. Hoping to get some work done clarifying common issues soon. Cheers.