Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
tuitioncoin.org
/
assets
/
js
/
src
/
components
/
Filename :
element-parallax.js
back
Copy
/** * Element parallax effect * @requires https://github.com/dixonandmoe/rellax */ const elementParallax = (() => { const el = document.querySelector('.rellax'); if (el === null) return; const rellax = new Rellax('.rellax', { horizontal: true }); })(); export default elementParallax;