1.0.3 • Published 10 months ago

react-scrambled-text v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

React Scrambled Text

demo gif

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}
/>

Props

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.2

10 months ago