https://github.com/bettertyped/react-theater
Simple components and hooks for animating your applications on scroll
https://github.com/bettertyped/react-theater
Last synced: 9 months ago
JSON representation
Simple components and hooks for animating your applications on scroll
- Host: GitHub
- URL: https://github.com/bettertyped/react-theater
- Owner: BetterTyped
- License: mit
- Created: 2024-10-18T16:37:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T14:51:54.000Z (over 1 year ago)
- Last Synced: 2025-05-29T00:58:05.952Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: Code_of_Conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# React theater
## About
Simple components and hooks for animating your applications on scroll
## Key Features
🔮 **Simple usage**
🚀 **Fast and light**
🎊 **SSR Support**
## Installation
```bash
npm install --save react-theater
```
or
```bash
yarn add react-theater
```
---