|
2 | 2 |
|
3 | 3 | [](https://badge.fury.io/js/react-scroll-parallax) [](https://travis-ci.org/jscottsmith/react-scroll-parallax) [](https://codecov.io/gh/jscottsmith/react-scroll-parallax)
|
4 | 4 |
|
5 | | -Provides React components to create parallax scroll effects for banners, images or any other DOM elements. Uses a single scroll listener to add **vertical** scrolling based offsets to elements based on their position in the viewport. [Optimized](#optimizations-to-reduce-jank) to _reduce_ jank on scroll and works with universal (server-side rendered) React apps. |
| 5 | +React components to create parallax scroll effects for banners, images or any other DOM elements. Uses a single scroll listener to add **vertical** scrolling based offsets to elements based on their position in the viewport. [Optimized](#optimizations-to-reduce-jank) to _reduce_ jank on scroll and works with universal (server-side rendered) React apps. |
6 | 6 |
|
7 | 7 | ## Examples
|
8 | 8 |
|
|
0 commit comments