Back to Materialize

Parallax Demo Content

jade/page-contents/parallax_demo_content.html

1.0.0773 B
Original Source

Parallax

Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.

Parallax Demo HTML

<div class="parallax-container">
      <div class="parallax"></div>
    </div>
    <div class="section white">
      <div class="row container">
        <h2 class="header">Parallax</h2>
        <p class="grey-text text-darken-3 lighten-3">Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.</p>
      </div>
    </div>
    <div class="parallax-container">
      <div class="parallax"></div>
    </div>

close