I want to create a Parallax Fixed Header effect (fixed header scrolling body), like the one used in these pages.
http://jsfiddle.net/KsdeX/1/?utm_source=website&utm_medium=embed&utm_campaign=KsdeX
How can I achieve it using react-spring
Parallax? For the header to be fixed at the top and everything else scrolling until it covers the header then the scrolling resumes normally. Cannot figure out how to do it...
Thanks!