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

Can I do static parallax picture? #258

Closed OptimaLPro closed 2 weeks ago

OptimaLPro commented 2 months ago

Hey!

I wonder if i can do that the parallax has no speed, exactly like that:

https://www.thelightphone.com/

that the first section and the second are like "static", and also the second section is static. The third section is "normal" without parallax.

If you have Codesandbox it will be amazing.

thanks!

jscottsmith commented 2 weeks ago

Sorry for delayed response @OptimaLPro. You can do this with plain old CSS. No need for a parallax library.

CodeSandbox example of this with only CSS