Skip to content

Releases: EvitcaStudio/Parallax

Parallax v1.1.13

18 Dec 09:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.13

Parallax v1.1.1

14 Nov 18:37
Compare
Choose a tag to compare

What's Changed

  • hotfix: fixes when adding instance to layer not recieving config by @doubleactii in #3

Full Changelog: v1.1.0...v1.1.1

Parallax v1.1.0

14 Nov 13:54
Compare
Choose a tag to compare

Release v1.1.0

⚠️ Known Issue: This release (v1.1.0) has a bug in the Layer.add API. Patch release v1.1.1 will address this issue.

What's Changed

  • Closes #1 Implements Parallax Layers by @doubleactii in #2
  • Implements Parallax Layers. Easy way of grouping parallax instances.

New Contributors

Full Changelog: v1.0.0...v1.1.0

Parallax v1.0.0

10 May 10:46
Compare
Choose a tag to compare

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