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