jquery.parallax-scroll icon indicating copy to clipboard operation
jquery.parallax-scroll copied to clipboard

Smooth parallax effect on vertical page scrolling

Results 10 jquery.parallax-scroll issues
Sort by recently updated
recently updated
newest added

First off, just want to say that this is an excellent plug-in. Much smoother than most parallax effects. I would like to know how it would be possible to preserve...

It would be awesome if it was possible to pass the scroll element to watch. My app should use this effect in a part that is not the whole viewport...

I think it will be more pretty if have more option like. 1.. On scroll background `Opacity ` Change 2.. On scroll background `Color` Change

Hello, is it possible to disable temporarily only on mobile version, ex: `if(screen.width > 1024) { ParallaxScroll.init(); } else { $('.myclass').removeAttr("data-parallax"); }` how we can remove the data-parallax attribute temporarily...

Hello, I have some issues with your plugin on the last version of Jquery (3.1.1 minified), it's not possible to use multiple instances like : `` I got this error...

Hi, I would like to know if it's possible to disable the parallax for mobile/tablet device ? Thank you in advance

Hi, Love this plugin it is exactly what I needed! The only issue is I can't figure out how to make it responsive. I'm not attached to having the images...

it would be possible execute a function the beginning animation and another function to end of the animation? or also on start reverse animation it would be useful to have...

Hi, as many hero section use a background image, you should make an option to make it available for them. It use the `background-position` property Cheers !