1.0.0 • Published 9 years ago

simplepara v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

#Parallax micro plugin

""

###Usage

Very easy to use micro plugin, parallax effects is done by using css transform properties.

It depends on jQuery , you probably will use it in your project anyway.

var $image= $(" your img element");

$image.parallax({
horizontal:true,
shift : 3
});

####Options

  • horizontal:true - pretty much self explenatory
  • vertical :true - look above
  • shift : int - value passed to translate property, set between 1.5-3 for best results