🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery parallax scrolling plugin which applies customizable parallax scrolling effects to background images using requestAnimationFrame and CSS3 3D transforms.

parallax scrolling

Documentation

#jQuery Parallax

Simple jQuery plugin to achieve a parallax effect, uses requestAnimationFrame & translate3d() so requires >=IE10.

HTML <div class="my-element" data-parallax data-speed="0.2">  JS $('[data-parallax]').jQueryParallax(); 

You May Also Like