Parallax3D.js
Follow this awesome three steps tutorial:
1) Include the script in your page (optional)
<script src="parallax3d.js"></script>2) Add the required HTML (optional)
<div data-parallax-3d>
<img src="image.jpg" data-parallax-3d-object />
...
</div>