Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Different elements on this page appear to scroll at different speeds. How was this done?

The effect i am refering to is visible at http://whyinteractive.com/showreel. The elements appear to scroll behind and in front of one another at different speeds creating some cool effects. How was this done?

like image 400
user852974 Avatar asked Dec 05 '11 11:12

user852974


1 Answers

What you are looking for is called the Parallax effect.

You can learn more at sites like:

http://locomotivation.squeejee.com/post/109269802/jquery-parallax-scrolling-build-your-own-1980s-video-gam

http://stephenmcintyre.net/blog/jquery-parallax-scrolling/

UPDATE:

This is pretty much exactly what you need:

CODE: Build a parallax scrolling website interface with jQuery & CSS

DEMO: Parallax Scrolling

like image 86
Alec Smart Avatar answered Oct 17 '22 13:10

Alec Smart