wagerfield / parallax

Parallax Engine that reacts to the orientation of a smart device

Home Page:http://wagerfield.github.io/parallax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught ReferenceError: Parallax is not defined

harnishdesign opened this issue · comments

I have used parallax in home page and it is working fine. but, Does get error as below in console for other inner pages.

screnshote

theme.js file.

window.onload = function () { 
	var scene = document.getElementById('scene');
	var parallaxInstance = new Parallax(scene);
}