pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 838 forks source link

JS Errors on mobile #228

Closed n1smo closed 6 years ago

n1smo commented 6 years ago

Hi,

i cant get the 2.0 alpha working on mobile. There is no background set on the parallax container and im getting the following error.

[Error] TypeError: undefined is not an object (evaluating 't.children') on line 870

Im using the latest version and trigger the parallax effect with data attributes. No Problems on desktop.

Any ideas?

Kind Regards N

wstoettinger commented 6 years ago

thanks for this feedback!

it should be fixed with the latest commit! For mobile there is still a fixed background image, however i'm planning to implement parallax for mobile as well (needs special implementation due to less browser support).