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

A simple React Component for parallax effect on the front layer.

Results 5 react-simple-parallax issues
Sort by recently updated
recently updated
newest added

I think this package is simply outdated ;)

Things work well on a page where the Parallax element is used and then when you change the state, there's an infinite number of these errors: `Uncaught TypeError: Cannot read...

```jsx import React, { Component } from 'react'; import Parallax from 'react-simple-parallax'; export default class Hero extends Component { render() { var background = { height: "1000px", backgroundImage: 'url(' +...

Hi. I have been testing my app in Chrome and Your parallax worked fine. But when I switched to Firefox, I got this error > TypeError: Argument 2 of EventTarget.addEventListener...