Skip to content

A parallax module that will enable effortless integration of depth effects into your game.

License

Notifications You must be signed in to change notification settings

EvitcaStudio/Parallax

Repository files navigation

Parallax Module

A parallax module that will enable effortless integration of depth effects into your game.

Installation

ES Module

import { Parallax } from './parallax.mjs';

IIFE (Immediately Invoked Function Expression)

<script src="parallax.js"></script>;
// ...
window.ParallaxBundle.Parallax;

Global Dependency

Parallax relies on the VYLO variable being globally accessible.

About

A parallax module that will enable effortless integration of depth effects into your game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published