Skip to content

A react library to create stylised text animations.

Notifications You must be signed in to change notification settings

aswinigh/react-anim-text

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published