Skip to content

Parallax v1.0.0

Compare
Choose a tag to compare
@doubleactii doubleactii released this 10 May 10:46
· 6 commits to main since this release

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.

Full Changelog: https://github.com/EvitcaStudio/Parallax/commits/v1.0.0