Skip to content

NightWriter/jquery-parallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jQuery-parallax

jQuery-parallax is a plugin for easy parallax effect creation.

Using:

var inmain = new jQuery.parallax({
                                    subLayers: [
                                                    [".paralax-layers-1",0.02],
                                                    [".paralax-layers-2",0.06],
                                                    [".paralax-layers-3",0.2]
                                               ]
                                    });
    inmain.init();

About

jQuery plugin to create parallax effect on your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published