0.0.1 • Published 6 years ago

react-text-animation v0.0.1

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

React component for a floating text animation

Desgined to provide a simple yet visually pleasing text animation.

Converted into a react component for your convenience :)

Demo

Click here for a live demo.

Installation

1) Install 'react-text-animation' with npm

npm install react-text-animation

2) Import TextAnimation in your component

import TextAnimation from 'react-text-animation'

3) Render TextAnimation component

<TextAnimation text={'hello'} />

Properties

PropertyUsageDefaultRequired
textText that is to be animated on the screen'a-z'no

Dependencies