--- layout: page title: Paralax permalink: /paralax/ icon: fa-address-card-o order: 10 ---

Paralax

Parallax is a visual effect where items closer to the viewer move faster than items in the background. Parallax creates a feeling of depth, perspective, and movement.

In these examples i made use of parallax.js.

{% include_relative paralax-example-basic.html %}

Code

{% highlight html %}{% include_relative paralax-example-basic.html %}{% endhighlight %}

Add items to the paralax

And so on, just add items to your paralax and enjoy!

{% include_relative paralax-example-items.html %}

Code

{% highlight html %}{% include_relative paralax-example-items.html %}{% endhighlight %}
{% include edit.html %}