gingerhendrix / react-animation-controls

"React component for controlling animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@gingerhendrix/react-animation-controls

React component for controlling animations

NPM JavaScript Style Guide

Install

npm install --save @gingerhendrix/react-animation-controls

Usage

import * as React from 'react'

import AnimationControls from '@gingerhendrix/react-animation-controls'
import 'rc-slider/assets/index.css';

export default class App extends Component {
  render () {
    return (
      <div>
        <AnimationControls />
      </div>
    )
  }
}

License

MIT © gingerhendrix

About

"React component for controlling animations


Languages

Language:TypeScript 43.9%Language:JavaScript 37.5%Language:HTML 13.1%Language:CSS 5.5%