Releases: EvitcaStudio/Parallax
Releases · EvitcaStudio/Parallax
Parallax v1.1.13
What's Changed
- Fix issue with docs not being generated. by @doubleactii in #4
- Fix plane issue & parallax speed issue by @doubleactii in #6
Full Changelog: v1.1.1...v1.1.13
Parallax v1.1.1
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
Release v1.1.0
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
- @doubleactii made their first contribution in #2
Full Changelog: v1.0.0...v1.1.0
Parallax v1.0.0
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