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

Latest commit

 

History

History
36 lines (28 loc) · 709 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 709 Bytes

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