https://github.com/classfunc/svg-scroll-animation
https://github.com/classfunc/svg-scroll-animation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/classfunc/svg-scroll-animation
- Owner: ClassFunc
- Created: 2022-05-05T09:38:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T17:18:58.000Z (over 3 years ago)
- Last Synced: 2025-02-10T03:47:36.337Z (about 1 year ago)
- Language: JavaScript
- Size: 7.47 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svg-scroll-animation
> scroll animation with svg
[](https://www.npmjs.com/package/svg-scroll-animation) [](https://standardjs.com)
[demo](https://hx-cloud-stg.geniam.com/innerverse-journey)
## Install
```bash
npm install --save svg-scroll-animation
```
## Usage
```tsx
import React, { Component } from 'react'
import AnimationSvg from 'svg-scroll-animation'
import 'svg-scroll-animation/dist/index.css'
import { data } from './data'
class Example extends Component {
render() {
return
}
}
```
## License
MIT © [phinv90](https://github.com/phinv90)