🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Parallaxer is a lightweight jQuery plugin which utilizes CSS3 3D transforms to create a smooth parallax effect on your images when scrolling down or up.

parallax scrolling

Documentation

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


You May Also Like