GoodParallax

Very simple and easy to use parallax animation plugin.

Demo

Play with demo here: Demo

Features

How to use

 <section class="parallax" data-img="img/path_to_your_image"></section>
You can use package managers to install the plugin:

Customize The Plugin

You can change the parallax speed or use different class.

// Plugin customization
new GoodParallax().init({
    speed: 8.0
});
Avalaible Options

|Key |Default value|Description | |————|————-|—————————————————————| |speed |5.0 |Set the parallax animation speed. Higher number - slower effect| |className |parallax |Use your own class for parallax animation |

Some tips and recomendations

Hope you like it :)