https://github.com/ehsan-shv/react-nice-scroll
A React library to smooth scroll and scroll-based animations.
https://github.com/ehsan-shv/react-nice-scroll
gelly-element gsap horizontal-scrolling image-parallax reactjs scroll-trigger sequence-images smooth-scroll
Last synced: about 1 year ago
JSON representation
A React library to smooth scroll and scroll-based animations.
- Host: GitHub
- URL: https://github.com/ehsan-shv/react-nice-scroll
- Owner: ehsan-shv
- License: mit
- Created: 2022-05-23T19:42:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T22:21:59.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T16:58:04.588Z (about 1 year ago)
- Topics: gelly-element, gsap, horizontal-scrolling, image-parallax, reactjs, scroll-trigger, sequence-images, smooth-scroll
- Language: TypeScript
- Homepage: https://react-nice-scroll-docs.vercel.app/
- Size: 271 KB
- Stars: 44
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Nice Scroll

> A React library to smooth scroll and scroll-based animations.
> Thanks to [smooth-scrollbar](https://github.com/idiotWu/smooth-scrollbar) plugin and [gsap](https://github.com/greensock/GSAP) library.
## Document and Demo
Check on [document and demo](https://react-nice-scroll-docs.vercel.app/)
## Components
- ScrollContainer
- FixedElement
- GellyElement
- HorizontalSection
- ParallaxImage
- SequenceSection
## Installation
```bash
npm i react-nice-scroll
```