/react-anim-text

A react library to create stylised text animations.

Primary LanguageTypeScript

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