Simple parallax scroll plugin for jQuery. Based on ideas from Materialize.
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();
Because Materialize good, but it a framework. Parallaxer is light plugin, created only for one thing - easy parallax effect for image on scroll.
MIT