SimpleParallax is a very simple and tiny JavaScript library which adds parallax animations on any images.
The parallax effect is added directly on image tags, there is no need to use background-image like most of the other parallax libraries do. Basically, you can add parallax effects on a production website without breaking its layout.
You can also choose to apply the parallax on picture tags/srcset images. The implementation is quite straightforward and the animation is smooth and natural.
Implementation: Link
Download: Link
