Tag: parralax

  • Javascript Parallax Effect Explained

    PART 2 HERE We go through some raw ins and outs of doing the famed parallax effect. It seems to be a big deal lately. This is by NO means the only way to do this, but this is the one I like. I use webkit transform instead of margin-top because of performance. To make…