1.0.6 • Published 2 years ago

svg-scroll-animation v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

svg-scroll-animation

scroll animation with svg

NPM JavaScript Style Guide

demo

Install

npm install --save svg-scroll-animation

Usage

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 <AnimationSvg height={'1000vh'} data={data} />
  }
}

License

MIT © phinv90

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago