1.1.2 • Published 3 years ago

react-anim-text v1.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

react-anim-text

Package for animating text

NPM JavaScript Style Guide

Install

npm install --save react-anim-text

Text Animation

Usage

import React, { Component } from 'react'

import GrowText from 'react-anim-text'
import 'react-anim-text/dist/index.css'

const TextList = ["Animated","text","here"];
class Example extends Component {
  render() {
    return <GrowText textList={TextList} duration={3000} />
  }
}

License

MIT © aswinigh

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago