Skip to content

ClassFunc/svg-scroll-animation

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors