pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

Overlay option #209

Closed digitalinferno closed 6 years ago

digitalinferno commented 6 years ago

Hi, I would like to have the option of adding a color or pattern to the parallax images.

wstoettinger commented 6 years ago

please try the "complex html version" as shown below:

<div class="parallax-window">
  <span>things here don't move. you can put an overlay here which stays in place</span>
  <div class="parallax-slider">
    <span>things here will move. you can put your image and overlay here which will move</span>
  </div>
</div>