An open API service indexing awesome lists of open source software.

https://github.com/classfunc/svg-scroll-animation


https://github.com/classfunc/svg-scroll-animation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# svg-scroll-animation

> scroll animation with svg

[![NPM](https://img.shields.io/npm/v/svg-scroll-animation.svg)](https://www.npmjs.com/package/svg-scroll-animation) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)