Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Parallax


Average rating
(5 votes)

Allows animation of simple parallax animations by animating the background-position of <div> elements.

Usage:

jQuery("#header").parallax("create");
jQuery(".scene-1 .slice-1").parallaxSlice("create", {speed: 5});
jQuery(".scene-1 .slice-2").parallaxSlice("create", {speed: 3});
jQuery(".scene-1 .slice-3").parallaxSlice("create", {speed: 1});

Releases

Official releasesDateSizeLinksStatus
1.02008-Jun-19n/aRecommended for 1.2.xThis is currently the recommended release for 1.2.x.