pixelcog / parallax.js

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

Does not work with Angular Universal #302

Closed Liudmyla01 closed 2 years ago

Liudmyla01 commented 2 years ago

Hello! I'm using Angular Universal (SSR) for SEO and after compiling have a problem : ERROR TypeError: Cannot read properties of null (reading 'indexOf')

Screenshot 2022-05-10 at 11 55 46
wstoettinger commented 2 years ago

Hi @Liudmyla01, unfortunately Angular is not supported for this library. I am also not familiar enough with angular to implement support for it. Also there is not much information in the error message related to this library. how did you import it?

Liudmyla01 commented 2 years ago

@wstoettinger Hi, sorry I got it wrong!