Parallax Effect
I need help on a React project am currently working on, I want to implement a parallax effect on a particular section am working on and I don't seem to know how and I need your help, please. The effect I want to implement is for the footer, how do I stick it to the bottom and unveil it with the previous section
2 Replies
what do you mean by unveil it with the previous section
u can use position: fixed or sticky and bottom: 0 to stick it to the bottom