Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
/ Parallaxer Public archive

Simple parallax scroll plugin for jQuery

License

Notifications You must be signed in to change notification settings

BOOMER74/Parallaxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallaxer

Simple parallax scroll plugin for jQuery. Based on ideas from Materialize.

Use

HTML:

...
<head>
    ...
    <link rel="stylesheet" type="text/css" href="jquery.parallaxer.min.css">
    ...
</head>
<body>
    ...
    <div class="parallaxer"><img src="image.jpg"></div>
    ...
    <script type="text/javascript" src="jquery.parallaxer.min.js"></script>
    ...
</body>
...

JavaScript:

$(".parallaxer").parallaxer();

Why Just Another One Parallax library?

Because Materialize good, but it a framework. Parallaxer is light plugin, created only for one thing - easy parallax effect for image on scroll.

License

MIT

About

Simple parallax scroll plugin for jQuery

Resources

License

Stars

Watchers

Forks