intersection-observer
Here are 158 public repositories matching this topic...
-
Updated
Jul 4, 2020 - TypeScript
If I'm not mistaken the blur and black and white effects are related to the placeholderSrc, and opacity creates a blank space then transition to the loaded image.
It would be nice if I define placeholder prop, then the opacity effect could use it
Ex:
<LazyLoadImage src="some-big-image.jpg" placeholder={<div>Loading...</div>} effect="opacity" />
-
Updated
Jun 10, 2020 - TypeScript
I got weird typing errors after adding react-lazy-images to my project and didn't understand them until I read #13. Using the workaround described there works for me. I think, however, it would make this project easier to use for anyone using TypeScript if this requirement were clearly documented in the project's README. Otherwise you have to have the insight to look into the closed GitHub issues
-
Updated
Feb 12, 2018 - HTML
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jul 3, 2020 - TypeScript
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Jul 27, 2019 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Apr 2, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jul 1, 2020 - TypeScript
-
Updated
May 15, 2020 - TypeScript
-
Updated
May 15, 2019 - JavaScript
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jun 28, 2019 - HTML
-
Updated
Jun 19, 2020 - HTML
-
Updated
Jul 2, 2020 - HTML
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Apr 16, 2020 - OCaml
-
Updated
Jun 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the intersection-observer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the intersection-observer topic, visit your repo's landing page and select "manage topics."
findDOMNodeusage: https://github.com/researchgate/react-intersection-observer/blob/83e69e271d9a21577d1749bc938d776677be144e/src/IntersectionObserver.js#L105This is now deprecated: https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage.
This means users of this library will not be able to use concurrent mode, as it does not support
findDOMNode: https://reac