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
- Install 'react-text-animation' with npm
npm install react-text-animation
- Import
TextAnimation
in your component
- Render
TextAnimation
component
Properties
Property | Usage | Default | Required |
---|---|---|---|
text | Text that is to be animated on the screen | 'a-z' | no |