Help with keeping footer out of frame until scroll down?

I visited www.humaan.com and I love how the photos on the bottom of the window are essentially the “footer” until you scroll down and the actual footer is shown. Any general advice on how to accomplish this in Webflow? Is this even possible at this time?

Thank you all.

Hi there,

I think the best way to achieve this would be to create a full-screen ‘hero section,’ using custom javascript/jquery…nice tutorial by bartekkustra here:

Tutorial Here

Then, those bottom images could be absolute positioned to the bottom of the hero section
…and the footer would just be the next element after the hero…

Basically, when you publish, the hero section will be the size of the browser, and you can scroll down to see the footer.