nk-o / jarallax

Parallax scrolling for modern browsers

Home Page:https://jarallax.nkdev.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jarallaxElement Not working

intositeme opened this issue · comments

Using inside my js with webpack.

Followed the docs, but nothing happens & no errors.

import {
    jarallax,
    jarallaxElement
} from 'jarallax';

jarallaxElement();

Added these instead and it works

<!-- Include it if you want to parallax any element -->
<script src="https://unpkg.com/jarallax@1/dist/jarallax.min.js"></script>
<script src="https://unpkg.com/jarallax@1/dist/jarallax-element.min.js"></script>