universal-parallax
universal-parallax copied to clipboard
Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.
I just want to use this on a website I'm building. Do I need to "install" it? If so, where...how? I downloaded the files to my computer where I can...
Hi Marius, Can you advise if **universal-parallax** will handle parallax for a horizontal scrolling web page, and if so, are any changes needed to achieve this? Thanks, Frank
Hi! Since in your `.css` you told us to add this: https://github.com/marrio-h/universal-parallax/blob/257276d064c2150958af696c47c27286a593e6d3/dist/universal-parallax.css#L11-L16 Why then you have an if on your `.js` doing the same thing? https://github.com/marrio-h/universal-parallax/blob/257276d064c2150958af696c47c27286a593e6d3/dist/universal-parallax.js#L114-L118 If no other class...
In this line the variable `safari` is set, which will also override `window.safari` : https://github.com/marrio-h/universal-parallax/blob/257276d064c2150958af696c47c27286a593e6d3/dist/universal-parallax.js#L13 However, this is already set by safari itself and contains important objects like `window.safari.pushNotification`. This...
Hi there. I noticed that you are calculating element height based on `offsetTop` value which is relative to closes parent. That means when i put your parallax image into some...
Hi Mario, love the Universal Parallax. But there is an issue on mobile: iOS (iPhone 11 - 13.5.1), Chrome & Safari When scrolling to the bottom of the demo there...
First thank you to create incredible parallax effect on web page. I like it much and use it in my project and it is on mobile very well. But it...
https://github.com/marrio-h/universal-parallax/issues/16#issue-503134918 Hi Marrio, Thank you for this great js plugin,we planned to use it in our project and it will be awesome if you convert your plugin to an Jquery...