parallax-jquery

Jquery Parallax


Keywords
javascript, jquery, parallax
License
MIT
Install
npm install parallax-jquery@0.0.2

Documentation

Jquery-Parallax

Basic Parallax

#Examples

$("img").parallax({
	speed:30,	  //amount of animation radius in pixels
	//scale:1.2,  //image scale
	//mode:0,     //movement switch direction
	//delay:.5,   //delay animation in seconds
	//axis:"X"    //axis to animate
	//blur:3	  //blur amount added to image
});