I have a vector image
<img src="images/first-page/vectors/waves-723178.svg" alt="Imagem vetorial decorativa" class="vector-wave">
and it is positioned to the left of the screen
.vector-wave {
position: relative;
transform: translate(-500px, 420px);
z-index: 0;
}
showing only part of the image.
The question is: when I "scroll" my page, this image should go right to some extent;
In order to "scrollo" down the image goes to the right, if it does not, "scrollo" up the image to return left.
Example: Notice the image to the left of this url
PS: I saw a plug in called Super scroll orama, but I found it complicated to use, if someone knows how to use it, it would help me a lot too.