Notice how the content scrolls on these example sites (I’m not affiliated with any of them, I just found them randomly):
http://www.nikebetterworld.com/
http://www.esetsmartsecurity.com/
It’s like there are 2 layers scrolling at different speeds. How would I go about doing such a site/content?
Wow. Especially ESET’s page amazed me because it seems to run better than Nike’s.
As far as I can see they’re using various jQuery plugins like:
So they run javascript and change elements’ opacity, positions and background positions while user scrolls the document. Scrolling can be done manually or clicking on dots (that uses LocalScroll plugin).
Amazing stuff. +1 for pointing it out.