aswinigh / react-anim-text

A react library to create stylised text animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A react library to create stylised text animations.


Languages

Language:TypeScript 48.2%Language:JavaScript 37.0%Language:HTML 11.2%Language:CSS 3.6%