react-scrambled-text
v1.0.3
Published
A package to create the scrambled text animation easily
Downloads
6
Readme
React Scrambled Text
This is a package to create scrambled text animation in react easily. A lightweight package which you just install once and are ready to go
How to install
npm install react-scrambled-text
or
yarn add react-scrambled-text
Usage
Once Installed, you can just import it in your own component and start using it.
Import it using:
import ScrambledAnimation from 'react-scrambled-text'
And you can use it like this:
<ScrambleAnimation
texts={["hello", "world"]}
speed={100}
pauseDuration={2000}
start={true}
/>