react-parallax
react-parallax copied to clipboard
A React Component for parallax effect
**Describe the bug** The children and parallax component cannot inherit the height or their parent component. If I try to dynamically set the height or a div by using grid-template-columns/row,...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
- upgrade packages - convert reactparallax class
Please add the new props to the documentaion such as `lazy` Thank you !
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
**Describe the bug** Same issue as #39 (Probably) A white space appears if I scroll fast using the scrollbar on the browser rather than using the mouse scroll. The area...
**Describe the bug** When viewing my react app in chrome on full (or near) screen width, there is a significant amount of undesirable whitespace on the left-hand side present. When...
I want to achieve the following result in desktop view (two Material Ui Grids, the top one with the parallax on the left, the lower one on the right): ...