react-parallax-component icon indicating copy to clipboard operation
react-parallax-component copied to clipboard

Easiest way to add scroll parallax effect on the component

Results 6 react-parallax-component issues
Sort by recently updated
recently updated
newest added

Using `top` for animation leads lags, because it can't use GPU but `translate3d` - [can and use](https://www.oreilly.com/ideas/animating-movement-with-translate3d).

The bug appears on Safari 10.0.2 on mac Works great on Chrome, Firefox, android Marshmallow & KitKat however

` Mooses-High-Sierra:react-parallax-component moose$ yarn install yarn install v1.12.3 info No lockfile found. [1/4] 🔍 Resolving packages... warning autoprefixer > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used...

Cannot run project because of this warning. Use code from the example ` import React, { Component } from 'react'; import ParallaxComponent from 'react-parallax-component'; const WORD = 'AWESOME REACT'; const...

Hey! Is there a way to change `left`/`right` properties on scroll event? I am trying to create an effect where elements go closer to the center of the page when...

Hello I havent tried your component yet, but i am getting this error already because my application runs on both the server and client. > ReferenceError: window is not defined\n...