1.0.6 • Published 3 years ago

svg-scroll-animation v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago