Responsively animate page elements while scrolling using JavaScript [EDIT: Parallax Scrolling]

14,057

It is called parallax scrolling.

They just detect the window position and then apply a jquery animation when the window is scrolled to whatever points they set.

See an in-depth explination and tutorial here: http://coding.smashingmagazine.com/2011/07/12/behind-the-scenes-of-nike-better-world/

There is an example and opensource GitHub project here: http://prinzhorn.github.com/skrollr/

In my opinion it is normally bad design. I suppose it can be subtle and done well but it often is distracting for no real purpose.

Share:
14,057
Ryan Rich
Author by

Ryan Rich

Strong experience in product design, development and management. Leadership roles in startups and enterprise SaaS companies. Proponent of JTBD, agile development, and user-centered design. Education and background in UX and product design. Professional experience as both a design leader and developer. Ability to communicate in code and understand deep technical problem solving. Key areas of focus: Leadership and management of product and design teams Product vision -> roadmapping -> execution Building teams of engineers and designers Understanding regulated industries and focusing on empathetic product experiences

Updated on June 08, 2022

Comments