/Mouse-move-Parallax-elements-using-Parallax.js

In this video we are going to create mousemove parallax background elements using parallax js

Primary LanguageHTML

Mouse move Parallax elements using Parallax.js

Installation

Use CDN or Download it.

<script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/3.1.0/parallax.min.js"></script>

Usage

<div class="items__layer" data-depth="0.85">
    <div class="items__item">
        <img src="img/Comet.png" alt="img">
    </div>
</div>

Subscribe

Please subscribe CodeWithNiranjan

Thank You