#266 · Primary category: Video & Animation

react-reveal

animation react-components reveal scroll-animations

Easily add reveal on scroll animations to your React app

Project last updated:03/01/23

GitHub Stars

2.7K

Forks

176

Contributors

2

License

MIT

Why we included this project

This React library gives pages a simple way to reveal content as visitors scroll, without hand-writing IntersectionObserver callbacks. You wrap a component or any piece of JSX in an effect like Fade or Zoom and the content animates into view when it enters the screen. Because the effects are wrapper components rather than a CSS framework, they drop into existing markup without forcing you to restructure your layout. It is built specifically for React and handles server-side rendering, so it stays usable in apps that prerender pages for search engines, including logic that keeps revealed content visible to crawlers. One caveat worth knowing: the project is largely in maintenance mode rather than actively developed.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category