luishdez / jquery-parallaxer

Basic utility to create parallax effect on backgrounds a-la bootstrap style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Parallax Plugin

jquery-parallaxer is a basic utility to create parallax effect on backgrounds a-la bootstrap style

How to use

Add data-parallaxer attribute to the element that you want to have a parallax background effect

You can tune the speed of the background with data-speed="" attribute.

Example of use

<div data-parallaxer="background" data-reference="scroll" data-speed="1.2">..</div>

About

Basic utility to create parallax effect on backgrounds a-la bootstrap style