react-scroll-motion
π Easy to make scroll animation
File Explorer
Download Latest Version (.zip)- custom-animation.webp
- docs.md
- example-mobile.gif
- example-pc.gif
- update.md
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- favicon.ico
- layout.tsx
- page.tsx
- .gitignore
- eslint.config.mjs
- next.config.ts
- package.json
- README.md
- tsconfig.json
- yarn.lock
- _app.tsx
- index.tsx
- favicon.ico
- vercel.svg
- globals.css
- Home.module.css
- .eslintrc.json
- .gitignore
- next-env.d.ts
- next.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- App.tsx
- index.tsx
- .gitignore
- package.json
- README.md
- tsconfig.json
- yarn.lock
- AnimationTool.ts
- FadeAnimation.ts
- index.ts
- MoveAnimation.ts
- StickyAnimation.ts
- ZoomAnimation.ts
- index.ts
- initialScrollData.ts
- initialScrollPage.ts
- index.ts
- ScrollDataContext.ts
- ScrollPageContext.ts
- Animation.ts
- index.ts
- ScrollData.ts
- ScrollPage.ts
- Style.ts
- computeStyle.ts
- environment.ts
- index.ts
- interpolation.ts
- Animator.tsx
- index.ts
- ScrollContainer.tsx
- ScrollPage.tsx
- .gitignore
- .npmignore
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/1000ship/react-scroll-motion
Downloads the entire project code from GitHub to your computer.
cd react-scroll-motion
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install react-scroll-motion
Downloads and installs the libraries listed in package.json.
yarn add react-scroll-motion
Type this command into your terminal and run it.
<img alt="Version" src="https://img.shields.io/npm/v/react-scroll-motion.svg">
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
