react-lazy-hero
react-lazy-hero copied to clipboard
⚡️ A hero component for React
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Greetings! The problem as the title says, the **"background-size"** css property of the **"background-image"** container div becomes bigger and bigger after each LazyHero component. The style prop applies to the...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...
We ran into an issue where we wanted to set background-position-y for the background image when not using the parallax scrolling. This PR enables that and doesn't break any existing...
Running an accessibility scan of my site using this component and found this interesting info. Seems to be caused from https://github.com/danistefanovic/react-lazy-hero/blob/master/src/LazyHero.js#L166-L167 The naming is in conflict with https://www.w3schools.com/tags/att_font_color.asp
Is it possible to make parallax scroll to another direction? i tried negative offset but it doesn't work