-4

i found a cool css effect on css zen garden.what effect have he used to switch image on the maroon color section when we scroll.i have seen this effect on many web sites but doesn't know the proper name or technique.any help would be appreciated.

link to csszendgarden

lk404
  • 179
  • 4
  • 18

2 Answers2

0

The site has a download link for the CSS. Also, for future reference if you want to learn how a site does anything with CSS, just right click and Inspect Element.

Alex M.
  • 3
  • 4
0

The technique is called Parallex and can be implemented easily by marerializecss

lk404
  • 179
  • 4
  • 18
  • 1
    Do you mean "parallax" with two 'l's? This doesn't really answer the question though, which was 'how to implement it'. – Rup May 12 '15 at 18:33