<script src="jquery.min.js"></script>
<script src="parallax_background.js"></script>
<div class="parallax-background">
<div class="parallax-inner" style="background-image: url('background-image.jpg')">
</div>
</div>
$('.parallax-background').parallaxBackground();
$('.parallax-demo-1').parallaxBackground();
$('.parallax-demo-2').parallaxBackground({
animation_type: 'rotate',
zoom: 50,
rotate_perspective: 500
});
$('.parallax-demo-3').parallaxBackground({
event: 'mouse_move',
animation_type: 'shift',
animate_duration: 2
});
$('.parallax-demo-4').parallaxBackground({
event: 'mouse_move',
animation_type: 'rotate',
animate_duration: 1,
zoom: 70,
rotate_perspective: 1000
});
$('.parallax-demo-5').parallaxBackground({
event: 'mouse_move',
animation_type: 'rotate',
animate_duration: 1,
zoom: 70,
rotate_perspective: 1000
});